bitwig-studio: 3.2 -> 3.2.1
This commit is contained in:
parent
5f51b7f5da
commit
672ea3ba63
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";
|
||||
version = "3.2.1";
|
||||
|
||||
src = fetchurl {
|
||||
url =
|
||||
"https://downloads.bitwig.com/stable/${version}/bitwig-studio-${version}.deb";
|
||||
sha256 = "1gvj5bdavmy8486rm2hin65b37irncn7n0n1wk1fyivc3vz7mwsh";
|
||||
sha256 = "0lcqm4hbkz2d0dmh4ljix0r9cpqpqnjldm3r7f6dg54pcyr9s9c2";
|
||||
};
|
||||
|
||||
buildInputs = bitwig-studio2.buildInputs ++ [ xorg.libXtst ];
|
||||
|
|
Loading…
Reference in a new issue