abcmidi: 2023.02.08 -> 2023.03.15

This commit is contained in:
Robert Schütz
2023-03-23 10:10:13 -07:00
committed by Robert Schütz
parent 6ae1c1641d
commit 79afcc7cce
+2 -2
View File
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "abcMIDI";
version = "2023.02.08";
version = "2023.03.15";
src = fetchzip {
url = "https://ifdo.ca/~seymour/runabc/${pname}-${version}.zip";
hash = "sha256-cJrRt+if3Ymn/nMCGsw2iObkRQF3hDxaUT9OEYp6j/g=";
hash = "sha256-hLKaPfMZ5nmKRREvto2qd07mj88wEWADfFHNC+FZjIE=";
};
meta = with lib; {