Merge pull request #298858 from r-ryantm/auto-update/abcmidi

abcmidi: 2024.03.13 -> 2024.03.21
This commit is contained in:
Pol Dellaiera 2024-03-25 10:56:43 +01:00 committed by GitHub
commit 5caf905778
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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; {