Merge pull request #310268 from r-ryantm/auto-update/surge-XT

surge-XT: 1.3.1 -> 1.3.2
This commit is contained in:
Weijia Wang 2024-05-09 20:30:59 +02:00 committed by GitHub
commit f5e7556837
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,14 +16,14 @@
stdenv.mkDerivation rec {
pname = "surge-XT";
version = "1.3.1";
version = "1.3.2";
src = fetchFromGitHub {
owner = "surge-synthesizer";
repo = "surge";
rev = "release_xt_${version}";
fetchSubmodules = true;
sha256 = "sha256-xcbZ5TC2W2PVzAkpoKPFIgW1oRGaC+ynQYot3cb5NAQ=";
sha256 = "sha256-r8CZxjmH9lfCizc95jRB4je+R/74zMqRMlGIZxxxriw=";
};
nativeBuildInputs = [