Merge pull request #321780 from code-supply/bitwig-studio-5.19

bitwig-studio5: 5.18 -> 5.19
This commit is contained in:
Pol Dellaiera 2024-06-24 09:36:07 +02:00 committed by GitHub
commit cab01b571f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,11 +27,11 @@
stdenv.mkDerivation rec {
pname = "bitwig-studio";
version = "5.1.8";
version = "5.1.9";
src = fetchurl {
url = "https://downloads.bitwig.com/stable/${version}/${pname}-${version}.deb";
sha256 = "sha256-KxNLae/uTYL1m/X+/7wr7hhKfw31NpB9Mw9RzfrTuus=";
url = "https://www.bitwig.com/dl/Bitwig%20Studio/${version}/installer_linux/";
hash = "sha256-J5kLqXCMnGb0ZMhES6PQIPjN51ptlBGj4Fy8qSzJ6Qg=";
};
nativeBuildInputs = [ dpkg makeWrapper wrapGAppsHook3 ];