lol

Merge pull request #110926 from dotlambda/abcmidi-2021.01.25

abcmidi: 2021.01.21 -> 2021.01.25

authored by

Sandro and committed by
GitHub
c7cfce17 a93b10e2

+2 -2
+2 -2
pkgs/tools/audio/abcmidi/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "abcMIDI"; 5 - version = "2021.01.21"; 5 + version = "2021.01.25"; 6 6 7 7 src = fetchzip { 8 8 url = "https://ifdo.ca/~seymour/runabc/${pname}-${version}.zip"; 9 - sha256 = "184d59pc60dax60j3nzcsr5kflaygbjpbrwg6r4bky0q0sg17z5i"; 9 + sha256 = "1c2jx03ssm9yyv6rgr5wfv88ivfgdgq3889yaghjyvllm3nv9380"; 10 10 }; 11 11 12 12 # There is also a file called "makefile" which seems to be preferred by the standard build phase