surge-xt: fix shifting hash

This commit is contained in:
Bart Brouns 2024-03-18 15:49:40 +01:00
parent b8697e57f1
commit 1c154b8733

View file

@ -2,7 +2,6 @@
, lib
, fetchFromGitHub
, cmake
, gitMinimal
, pkg-config
, alsa-lib
, freetype
@ -23,15 +22,12 @@ stdenv.mkDerivation rec {
owner = "surge-synthesizer";
repo = "surge";
rev = "release_xt_${version}";
branchName = "release-xt/${version}";
fetchSubmodules = true;
leaveDotGit = true;
sha256 = "sha256-q6qs/OhIakF+Gc8Da3pnfkUGYDUoJbvee0o8dfrRI2U=";
sha256 = "sha256-xcbZ5TC2W2PVzAkpoKPFIgW1oRGaC+ynQYot3cb5NAQ=";
};
nativeBuildInputs = [
cmake
gitMinimal
pkg-config
];