Merge pull request #231501 from delroth/sfizz-zhf

sfizz: 1.2.0 -> 1.2.1
This commit is contained in:
Sandro 2023-05-12 19:31:29 +02:00 committed by GitHub
commit 587ac4e842
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "sfizz"; pname = "sfizz";
version = "1.2.0"; version = "1.2.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "sfztools"; owner = "sfztools";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-biHsB49Ym9NU4tMOVnUNuIxPtpcIi6oCAS7JBPhxwec="; sha256 = "sha256-/G9tvJ4AcBSTmo44xDDKf6et1nSn/FV5m27ztDu10kI=";
fetchSubmodules = true; fetchSubmodules = true;
}; };