surge-XT: 1.3.1 -> 1.3.2

This commit is contained in:
R. Ryantm 2024-05-09 02:47:49 +00:00
parent 5c4ae2d9ff
commit 491a55381a

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 = [