Merge pull request #145872 from dotlambda/abcmidi-2021.10.15

abcmidi: 2021.10.11 -> 2021.10.15
This commit is contained in:
Jörg Thalheim 2021-11-14 08:22:12 +00:00 committed by GitHub
commit bbb913abe0
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 = "2021.10.11";
version = "2021.10.15";
src = fetchzip {
url = "https://ifdo.ca/~seymour/runabc/${pname}-${version}.zip";
sha256 = "sha256-2M6nCJD1ovW8Wzw+ucii5PjeNTOiTletor7MPCMPl38=";
sha256 = "sha256-OEkSgT3Rg0ZcTCTeOd2+GlopzhI19spOLkH3nDDCWo8=";
};
meta = with lib; {