abcmidi: 2023.09.13 -> 2023.11.17

This commit is contained in:
R. Ryantm 2023-11-18 20:21:45 +00:00
parent b606ebb355
commit e9ca34f212

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "abcMIDI";
version = "2023.09.13";
version = "2023.11.17";
src = fetchzip {
url = "https://ifdo.ca/~seymour/runabc/${pname}-${version}.zip";
hash = "sha256-rpGINfLuWHu6QA/30aI9B8Hmpfx1o6vstiQn+t0blxA=";
hash = "sha256-yWCHK7bi1kCZNWBhaLqilm/ZUv5YXUGi7W3PaRKA7ww=";
};
meta = with lib; {