about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-27 23:54:53 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-27 23:54:53 -0700
commit2fbe2fdc68aedadfe5324d2e1d559b875a92fbe8 (patch)
tree0e761ecd97d55cbb654348fcf614a6177ad6e126
parent7c9d95fef59e2bc80fbde535df235a93d6690cc3 (diff)
downloadnixlib-2fbe2fdc68aedadfe5324d2e1d559b875a92fbe8.tar
nixlib-2fbe2fdc68aedadfe5324d2e1d559b875a92fbe8.tar.gz
nixlib-2fbe2fdc68aedadfe5324d2e1d559b875a92fbe8.tar.bz2
nixlib-2fbe2fdc68aedadfe5324d2e1d559b875a92fbe8.tar.lz
nixlib-2fbe2fdc68aedadfe5324d2e1d559b875a92fbe8.tar.xz
nixlib-2fbe2fdc68aedadfe5324d2e1d559b875a92fbe8.tar.zst
nixlib-2fbe2fdc68aedadfe5324d2e1d559b875a92fbe8.zip
abcmidi: 2018.06.13 -> 2018.06.23
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/4qkyx6if8zsdv2msnpl5i020vc1k2fg1-abcMIDI-2018.06.23/bin/abc2midi passed the binary check.
- /nix/store/4qkyx6if8zsdv2msnpl5i020vc1k2fg1-abcMIDI-2018.06.23/bin/midi2abc passed the binary check.
- /nix/store/4qkyx6if8zsdv2msnpl5i020vc1k2fg1-abcMIDI-2018.06.23/bin/abc2abc passed the binary check.
- /nix/store/4qkyx6if8zsdv2msnpl5i020vc1k2fg1-abcMIDI-2018.06.23/bin/mftext passed the binary check.
- /nix/store/4qkyx6if8zsdv2msnpl5i020vc1k2fg1-abcMIDI-2018.06.23/bin/yaps passed the binary check.
- Warning: no invocation of /nix/store/4qkyx6if8zsdv2msnpl5i020vc1k2fg1-abcMIDI-2018.06.23/bin/midicopy had a zero exit code or showed the expected version
- /nix/store/4qkyx6if8zsdv2msnpl5i020vc1k2fg1-abcMIDI-2018.06.23/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/a4a2746a6da64d05744606861cb9987a
- du listing: https://gist.github.com/a08bedfb270cfa58dc555486ba421a75
-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 46b4ada3d573..edb67c13b9cd 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.06.13";
+  version = "2018.06.23";
 
   src = fetchzip {
     url = "http://ifdo.ca/~seymour/runabc/${name}.zip";
-    sha256 = "0mmr0wfdwx9vfz17gp0arspv835l5gka78hm5hkri4h3cvxpflfy";
+    sha256 = "0487dlw9v4ayb929w8bk71fs4nbcs1liyk59g6sfr4yn6dx2sl2d";
   };
 
   # There is also a file called "makefile" which seems to be preferred by the standard build phase