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-05-07 06:27:02 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-05-07 06:27:02 -0700
commit9fde82e3ff7f1106643d40f21c636309922b6506 (patch)
treefc43d679f3c764105a4b84b60423a19784735d44 /pkgs/development/tools/java
parentb45ef79b74d267891a11c1775a473c610ecebe78 (diff)
downloadnixlib-9fde82e3ff7f1106643d40f21c636309922b6506.tar
nixlib-9fde82e3ff7f1106643d40f21c636309922b6506.tar.gz
nixlib-9fde82e3ff7f1106643d40f21c636309922b6506.tar.bz2
nixlib-9fde82e3ff7f1106643d40f21c636309922b6506.tar.lz
nixlib-9fde82e3ff7f1106643d40f21c636309922b6506.tar.xz
nixlib-9fde82e3ff7f1106643d40f21c636309922b6506.tar.zst
nixlib-9fde82e3ff7f1106643d40f21c636309922b6506.zip
cfr: 0_125 -> 0.128
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
- ran ‘/nix/store/8hlizlz9d6cp6n3w3qx7s0wm2z3d3g8f-cfr-0.128/bin/cfr -h’ got 0 exit code
- ran ‘/nix/store/8hlizlz9d6cp6n3w3qx7s0wm2z3d3g8f-cfr-0.128/bin/cfr --help’ got 0 exit code
- ran ‘/nix/store/8hlizlz9d6cp6n3w3qx7s0wm2z3d3g8f-cfr-0.128/bin/cfr help’ got 0 exit code
- found 0.128 with grep in /nix/store/8hlizlz9d6cp6n3w3qx7s0wm2z3d3g8f-cfr-0.128
- directory tree listing: https://gist.github.com/3d40ccd7bfb3d81eb71e8a9033d1a127
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 c7cc05439763..39677ba719e2 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_125";
+  version = "0.128";
 
   src = fetchurl {
     url = "http://www.benf.org/other/cfr/cfr_${version}.jar";
-    sha256 = "1ad9ddg79cybv8j8l3mm67znyw54z5i55x4m9n239fn26p1ndawa";
+    sha256 = "09mx1f6d1p57q5r05nvgm1xrhqv34n7v7rwq875whb441h1dnsix";
   };
 
   buildInputs = [ makeWrapper ];