bitwig-studio5: 5.18 -> 5.19

The prior URL scheme appears to stop working in this version.
Rely on curl's --location to follow the official link from the website,
which redirects.
This commit is contained in:
Andrew Bruce 2024-06-22 15:56:16 +01:00
parent 343b3d4e6d
commit 4154834be5

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