bitwig-studio: 3.2 -> 3.2.1

feature/hass
Ingolf Wagner 2020-06-14 12:51:28 +02:00
parent 5f51b7f5da
commit 672ea3ba63
Signed by: palo
GPG Key ID: 76BF5F1928B9618B
1 changed files with 2 additions and 2 deletions

View File

@ -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 ];