renoise: 3.2.2 -> 3.3.1

wip/yesman
Marek Fajkus 3 years ago
parent 9a02192dc5
commit 4ceadc62e0
No known key found for this signature in database
GPG Key ID: 95585219BA6FE2CC
  1. 4
      pkgs/applications/audio/renoise/default.nix

@ -14,7 +14,7 @@ in
stdenv.mkDerivation rec {
pname = "renoise";
version = "3.2.2";
version = "3.3.1";
src =
if stdenv.hostPlatform.system == "x86_64-linux" then
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
"https://files.renoise.com/demo/Renoise_${urlVersion version}_Demo_Linux.tar.gz"
"https://web.archive.org/web/https://files.renoise.com/demo/Renoise_${urlVersion version}_Demo_Linux.tar.gz"
];
sha256 = "1v249kmyidx55kppk3sry7yg6hl1a91ixhnwz36h4y134fs7bkrl";
sha256 = "05baicks5dx278z2dx6h5n2vabsn64niwqssgys36xy469l9m1h0";
}
else
releasePath

Loading…
Cancel
Save