about summary refs log tree commit diff
path: root/pkgs/development/tools/java
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-07-10 16:07:26 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-07-11 01:07:26 +0200
commit1f7689f189418c29247a4f362138b767fd67de7c (patch)
tree74bb95eb28a01a9c1ec598685add2350dff2420d /pkgs/development/tools/java
parentbceb0ee0982d7e3d6859367890ea766104c6e54a (diff)
downloadnixlib-1f7689f189418c29247a4f362138b767fd67de7c.tar
nixlib-1f7689f189418c29247a4f362138b767fd67de7c.tar.gz
nixlib-1f7689f189418c29247a4f362138b767fd67de7c.tar.bz2
nixlib-1f7689f189418c29247a4f362138b767fd67de7c.tar.lz
nixlib-1f7689f189418c29247a4f362138b767fd67de7c.tar.xz
nixlib-1f7689f189418c29247a4f362138b767fd67de7c.tar.zst
nixlib-1f7689f189418c29247a4f362138b767fd67de7c.zip
cfr: 0.130 -> 0.132 (#43215)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/6yymrnh077nbg02mlpyiplqi0g8h3pwx-cfr-0.132/bin/cfr 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 0.132 with grep in /nix/store/6yymrnh077nbg02mlpyiplqi0g8h3pwx-cfr-0.132
- directory tree listing: https://gist.github.com/03397074385526106bce1680bfe6b8c9
- du listing: https://gist.github.com/c5ff1f69de44790159ee04282b1b3102
Diffstat (limited to 'pkgs/development/tools/java')
-rw-r--r--pkgs/development/tools/java/cfr/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/java/cfr/default.nix b/pkgs/development/tools/java/cfr/default.nix
index 4beef3de2723..9890107b2678 100644
--- a/pkgs/development/tools/java/cfr/default.nix
+++ b/pkgs/development/tools/java/cfr/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "cfr-${version}";
-  version = "0.130";
+  version = "0.132";
 
   src = fetchurl {
     url = "http://www.benf.org/other/cfr/cfr_${version}.jar";
-    sha256 = "0zy63jxl05f0wm9s344y846hzqn0zk34w6qpbf48a98si5ciwsmn";
+    sha256 = "1fpmd5v3x91lw6jc7x997ic2kklj449fndyg14zvgxawhdkic2z1";
   };
 
   buildInputs = [ makeWrapper ];