redux: 1.3.2 -> 1.3.5

This commit is contained in:
Peder Bergebakken Sundt
2024-08-02 14:08:14 +02:00
parent fe1603eb33
commit 3fcfb67402
+2 -2
View File
@@ -17,7 +17,7 @@
stdenv.mkDerivation rec {
pname = "redux";
version = "1.3.2";
version = "1.3.5";
src = if releasePath != null then releasePath
else fetchurl {
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
"https://files.renoise.com/demo/Renoise_Redux_${lib.replaceStrings ["."] ["_"] version}_Demo_Linux_x86_64.tar.gz"
"https://files.renoise.com/demo/archive/Renoise_Redux_${lib.replaceStrings ["."] ["_"] version}_Demo_Linux_x86_64.tar.gz"
];
sha256 = "sha256-wafOeNvVIHc8pOHoNQcCwV8+OwnuevJo1EcRQKRX4YA=";
sha256 = "sha256-eznsdLzgdJ7MyWe5WAEg1MHId5VlfyanoZ6+I9nI/0I=";
};
nativeBuildInputs = [