summary refs log tree commit diff
path: root/pkgs/tools/audio/abcmidi
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-19 16:24:45 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-19 16:24:45 -0700
commit48ef02ac9936e612d8b71aca1a4b459fda21b230 (patch)
tree7071f1bc736a4c87c668d57b6e107a344e4ee288 /pkgs/tools/audio/abcmidi
parent4627f0719dcc73ccd10d421b05af35170324971d (diff)
downloadnixpkgs-48ef02ac9936e612d8b71aca1a4b459fda21b230.tar
nixpkgs-48ef02ac9936e612d8b71aca1a4b459fda21b230.tar.gz
nixpkgs-48ef02ac9936e612d8b71aca1a4b459fda21b230.tar.bz2
nixpkgs-48ef02ac9936e612d8b71aca1a4b459fda21b230.tar.lz
nixpkgs-48ef02ac9936e612d8b71aca1a4b459fda21b230.tar.xz
nixpkgs-48ef02ac9936e612d8b71aca1a4b459fda21b230.tar.zst
nixpkgs-48ef02ac9936e612d8b71aca1a4b459fda21b230.zip
abcmidi: 2018.05.02 -> 2018.06.13
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/abcMIDI/versions.

These checks were done:

- built on NixOS
- /nix/store/vdps371mlbhdiyp2dijfxfricjm642kc-abcMIDI-2018.06.13/bin/abc2midi passed the binary check.
- /nix/store/vdps371mlbhdiyp2dijfxfricjm642kc-abcMIDI-2018.06.13/bin/midi2abc passed the binary check.
- /nix/store/vdps371mlbhdiyp2dijfxfricjm642kc-abcMIDI-2018.06.13/bin/abc2abc passed the binary check.
- /nix/store/vdps371mlbhdiyp2dijfxfricjm642kc-abcMIDI-2018.06.13/bin/mftext passed the binary check.
- /nix/store/vdps371mlbhdiyp2dijfxfricjm642kc-abcMIDI-2018.06.13/bin/yaps passed the binary check.
- Warning: no invocation of /nix/store/vdps371mlbhdiyp2dijfxfricjm642kc-abcMIDI-2018.06.13/bin/midicopy had a zero exit code or showed the expected version
- /nix/store/vdps371mlbhdiyp2dijfxfricjm642kc-abcMIDI-2018.06.13/bin/abcmatch passed the binary check.
- 6 of 7 passed binary check by having a zero exit code.
- 0 of 7 passed binary check by having the new version present in output.
- directory tree listing: https://gist.github.com/1bacbc0e094f32d6579ecca45ec92dc1
- du listing: https://gist.github.com/8b31f54a9e4b0cda7274d402fe6eda18
Diffstat (limited to 'pkgs/tools/audio/abcmidi')
-rw-r--r--pkgs/tools/audio/abcmidi/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/audio/abcmidi/default.nix b/pkgs/tools/audio/abcmidi/default.nix
index a0e7b1f906c..46b4ada3d57 100644
--- a/pkgs/tools/audio/abcmidi/default.nix
+++ b/pkgs/tools/audio/abcmidi/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "abcMIDI-${version}";
-  version = "2018.05.02";
+  version = "2018.06.13";
 
   src = fetchzip {
     url = "http://ifdo.ca/~seymour/runabc/${name}.zip";
-    sha256 = "0pva0kwkwdrq4mfgiz389dhaqv66csqjaddirzxmhvvi6qji5d24";
+    sha256 = "0mmr0wfdwx9vfz17gp0arspv835l5gka78hm5hkri4h3cvxpflfy";
   };
 
   # There is also a file called "makefile" which seems to be preferred by the standard build phase