Merge pull request #155661 from r-ryantm/auto-update/sfizz

sfizz: 1.1.1 -> 1.2.0
This commit is contained in:
Ryan Mulligan 2022-01-19 15:38:37 -08:00 committed by GitHub
commit cc0d3426ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "sfizz";
version = "1.1.1";
version = "1.2.0";
src = fetchFromGitHub {
owner = "sfztools";
repo = pname;
rev = version;
sha256 = "1gzpbns89j6ggzfjjvyhgigynsv20synrs7lmc32hwp4g73l0j7n";
sha256 = "sha256-biHsB49Ym9NU4tMOVnUNuIxPtpcIi6oCAS7JBPhxwec=";
fetchSubmodules = true;
};