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

abcmidi: 2023.09.13 -> 2023.11.17
This commit is contained in:
Robert Schütz
2023-11-20 04:19:34 -08:00
committed by GitHub
+2 -2
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; {