We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 293c772 commit ec71f25Copy full SHA for ec71f25
pkgs/applications/audio/bitwig-studio/bitwig-studio5.nix
@@ -31,12 +31,12 @@
31
32
stdenv.mkDerivation rec {
33
pname = "bitwig-studio-unwrapped";
34
- version = "5.3.5";
+ version = "5.3.8";
35
36
src = fetchurl {
37
name = "bitwig-studio-${version}.deb";
38
url = "https://www.bitwig.com/dl/Bitwig%20Studio/${version}/installer_linux/";
39
- hash = "sha256-dfEWOQTZVMUb6v+u2wQlFgTXupokFTjWgKKA6W/Rrzc=";
+ hash = "sha256-ccDgNsKskEsaL3G5ISZUMckvFosMALFzEzOM9D4/Xgo=";
40
};
41
42
nativeBuildInputs = [
0 commit comments