sfizz: 1.2.0 -> 1.2.1

This commit is contained in:
Pierre Bourdon 2023-05-12 18:33:37 +02:00
parent a9d8cb2c16
commit 28408821dc
No known key found for this signature in database
GPG key ID: 6FB80DCD84DA0F1C

View file

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