abcmidi: 2024.03.13 -> 2024.03.21

This commit is contained in:
R. Ryantm 2024-03-25 06:30:34 +00:00
parent 8ef6d577a5
commit 82d121f40b
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "abcMIDI";
version = "2024.03.13";
version = "2024.03.21";
src = fetchzip {
url = "https://ifdo.ca/~seymour/runabc/${pname}-${version}.zip";
hash = "sha256-lhnCf4Il3pRNY6tfb19qyRDbeuWSPK6JEmOrcG92MeI=";
hash = "sha256-tK7+09vCZXj79jEY3Zxz1cdt5UdfOVy4gjqewdAMiP4=";
};
meta = with lib; {