bitwig-studio: 5.2.4 -> 5.2.5

This commit is contained in:
R. Ryantm
2024-10-18 06:50:53 +00:00
parent ac76a342a8
commit 9e0e8837de
@@ -29,11 +29,11 @@
stdenv.mkDerivation rec {
pname = "bitwig-studio";
version = "5.2.4";
version = "5.2.5";
src = fetchurl {
url = "https://www.bitwig.com/dl/Bitwig%20Studio/${version}/installer_linux/";
hash = "sha256-/JEJthaFSdad5Hj5sdBQLLyDdp2Rp4ZAlhIA+RgwXRw=";
hash = "sha256-x6Uw6o+a3nArMm1Ev5ytGtLDGQ3r872WqlC022zT8Hk=";
};
nativeBuildInputs = [ dpkg makeWrapper wrapGAppsHook3 ];