Merge pull request #296917 from magnetophon/surge-XT

surge-xt: fix shifting hash
This commit is contained in:
Weijia Wang
2024-03-19 14:24:12 +01:00
committed by GitHub
+1 -5
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
];