3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #52405 from r-ryantm/auto-update/cfr

cfr: 0_134 -> 0.137
This commit is contained in:
Maximilian Bosch 2018-12-16 20:47:10 +01:00 committed by GitHub
commit 75a476db0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "cfr-${version}";
version = "0_134";
version = "0.137";
src = fetchurl {
url = "http://www.benf.org/other/cfr/cfr_${version}.jar";
sha256 = "185z1d03rgisn4p8qjilhlikdjb27xgh6vxkrlgmcm9c7kpms320";
sha256 = "1z704b31riyr3kv9cb2vqhd5gcha849g5k4zbvsh4yr9cdx226rz";
};
buildInputs = [ makeWrapper ];