surge-XT: 1.3.2 -> 1.3.4

This commit is contained in:
R. Ryantm 2024-10-14 12:33:44 +00:00
parent 7e823e977e
commit 196743e62e

View File

@ -16,14 +16,14 @@
stdenv.mkDerivation rec {
pname = "surge-XT";
version = "1.3.2";
version = "1.3.4";
src = fetchFromGitHub {
owner = "surge-synthesizer";
repo = "surge";
rev = "release_xt_${version}";
fetchSubmodules = true;
hash = "sha256-r8CZxjmH9lfCizc95jRB4je+R/74zMqRMlGIZxxxriw=";
hash = "sha256-4b0H3ZioiXFc4KCeQReobwQZJBl6Ep2/8JlRIwvq/hQ=";
};
nativeBuildInputs = [