summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-05-25 01:57:01 -0700
committerRobert Schütz <rschuetz17@gmail.com>2018-05-25 10:57:01 +0200
commit0ea8a4b6680ff1089fa72629c06eea36b5860a55 (patch)
treee13fab3249f5b6be81028e840b731a730708001c /pkgs/tools
parent8033f52a12980518a416dd5e240cac980d0ddeb9 (diff)
downloadnixlib-0ea8a4b6680ff1089fa72629c06eea36b5860a55.tar
nixlib-0ea8a4b6680ff1089fa72629c06eea36b5860a55.tar.gz
nixlib-0ea8a4b6680ff1089fa72629c06eea36b5860a55.tar.bz2
nixlib-0ea8a4b6680ff1089fa72629c06eea36b5860a55.tar.lz
nixlib-0ea8a4b6680ff1089fa72629c06eea36b5860a55.tar.xz
nixlib-0ea8a4b6680ff1089fa72629c06eea36b5860a55.tar.zst
nixlib-0ea8a4b6680ff1089fa72629c06eea36b5860a55.zip
abcm2ps: 8.13.21 -> 8.13.22 (#41066)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/p5sx9sz4nxcijlz57dmys7gxhwqglmhg-abcm2ps-8.13.22/bin/abcm2ps passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 8.13.22 with grep in /nix/store/p5sx9sz4nxcijlz57dmys7gxhwqglmhg-abcm2ps-8.13.22
- directory tree listing: https://gist.github.com/5a223ca34ee0df856ba6919ac9a3f929
- du listing: https://gist.github.com/8a98226e349bfc9d005c36768be801c8
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/audio/abcm2ps/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/audio/abcm2ps/default.nix b/pkgs/tools/audio/abcm2ps/default.nix
index 6d782fdba35c..e9eec597384c 100644
--- a/pkgs/tools/audio/abcm2ps/default.nix
+++ b/pkgs/tools/audio/abcm2ps/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   name = "abcm2ps-${version}";
-  version = "8.13.21";
+  version = "8.13.22";
 
   src = fetchFromGitHub {
     owner = "leesavide";
     repo = "abcm2ps";
     rev = "v${version}";
-    sha256 = "03r98xdw2vdwsi726i0zb7p0ljp3fpzjl1nhzfwz57m3zmqvz6r1";
+    sha256 = "0csfg7aj9zg369q3c3bg18f24lk1j0356a90zlbrz7y5p668g3pv";
   };
 
   prePatch = ''