abcmidi: 2022.03.20 -> 2022.04.06

This commit is contained in:
Robert Schütz
2022-04-12 19:55:42 +00:00
parent 7a6544aa97
commit ee81903bdf
+2 -2
View File
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "abcMIDI";
version = "2022.03.20";
version = "2022.04.06";
src = fetchzip {
url = "https://ifdo.ca/~seymour/runabc/${pname}-${version}.zip";
hash = "sha256-4PN4XL9Jx+vcT2QCA6GwomIqP7lRXkyBkRz641tephw=";
hash = "sha256-s1LFiwFXQsodQdGvgNy7pgXhsWYHw7lVhRXuNYHnvNQ=";
};
meta = with lib; {