Skip to content

Commit ec71f25

Browse files
committed
bitwig-studio: 5.3.5 -> 5.3.8
1 parent 293c772 commit ec71f25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/audio/bitwig-studio/bitwig-studio5.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@
3131

3232
stdenv.mkDerivation rec {
3333
pname = "bitwig-studio-unwrapped";
34-
version = "5.3.5";
34+
version = "5.3.8";
3535

3636
src = fetchurl {
3737
name = "bitwig-studio-${version}.deb";
3838
url = "https://www.bitwig.com/dl/Bitwig%20Studio/${version}/installer_linux/";
39-
hash = "sha256-dfEWOQTZVMUb6v+u2wQlFgTXupokFTjWgKKA6W/Rrzc=";
39+
hash = "sha256-ccDgNsKskEsaL3G5ISZUMckvFosMALFzEzOM9D4/Xgo=";
4040
};
4141

4242
nativeBuildInputs = [

0 commit comments

Comments
 (0)