abcmidi: 2022.12.09 -> 2023.01.08

This commit is contained in:
Robert Schütz 2023-01-10 04:41:45 -08:00 committed by Robert Schütz
parent e1bfd33a5d
commit 51885ecec9

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "abcMIDI";
version = "2022.12.09";
version = "2023.01.08";
src = fetchzip {
url = "https://ifdo.ca/~seymour/runabc/${pname}-${version}.zip";
hash = "sha256-sDJBfDH8RgoaFtOvO01jzqbYkGtmDGRQps7axXttYQI=";
hash = "sha256-PUaGjZFMYwG9BduIgmzhi5DTkGfSN9VtAUkqrAZ2xbo=";
};
meta = with lib; {