abcmidi: 2022.05.05 -> 2022.05.20 (#173912)

This commit is contained in:
Robert Schütz 2022-05-22 19:14:35 -07:00 committed by GitHub
parent fd49ac93ac
commit 2c4171ca83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "abcMIDI";
version = "2022.05.05";
version = "2022.05.20";
src = fetchzip {
url = "https://ifdo.ca/~seymour/runabc/${pname}-${version}.zip";
hash = "sha256-QGCws+S6Mfv0uQcfKg2DbRWS34UAeG17Z+YAyswVAFc=";
hash = "sha256-mTIpy5HHKQxpqN5mHnDvmq6lA0++etj93WCcX1i046I=";
};
meta = with lib; {