Merge pull request #167645 from r-ryantm/auto-update/bitwig-studio

bitwig-studio: 4.2.1 -> 4.2.2
This commit is contained in:
Ryan Mulligan 2022-04-07 08:51:48 -07:00 committed by GitHub
commit 829df7bc49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,11 +6,11 @@
stdenv.mkDerivation rec {
pname = "bitwig-studio";
version = "4.2.1";
version = "4.2.2";
src = fetchurl {
url = "https://downloads.bitwig.com/stable/${version}/${pname}-${version}.deb";
sha256 = "sha256-kkpb8tLuj4QO+TBW2yNDugS4c6dCQ9Lddv6Z8NS0uio=";
sha256 = "sha256-cpEV0EWW9vd2ZE+RaqN9fhyy7axgPlx4PmlOeX3TSfY=";
};
nativeBuildInputs = [ dpkg makeWrapper wrapGAppsHook ];