bitwig: 3.2.1 -> 3.2.7
This commit is contained in:
parent
e268ca6912
commit
f8095d71d0
1 changed files with 2 additions and 2 deletions
|
@ -2,12 +2,12 @@
|
|||
|
||||
bitwig-studio2.overrideAttrs (oldAttrs: rec {
|
||||
name = "bitwig-studio-${version}";
|
||||
version = "3.2.1";
|
||||
version = "3.2.7";
|
||||
|
||||
src = fetchurl {
|
||||
url =
|
||||
"https://downloads.bitwig.com/stable/${version}/bitwig-studio-${version}.deb";
|
||||
sha256 = "0lcqm4hbkz2d0dmh4ljix0r9cpqpqnjldm3r7f6dg54pcyr9s9c2";
|
||||
sha256 = "1mj9kii4bnk5w2p18hypwy8swkpzkaqw98q5fsjq362x4qm0b3py";
|
||||
};
|
||||
|
||||
buildInputs = bitwig-studio2.buildInputs ++ [ xorg.libXtst ];
|
||||
|
|
Loading…
Reference in a new issue