cfr: 0.138 -> 0.139

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
This commit is contained in:
R. RyanTM 2019-02-06 05:17:27 -08:00
parent 8f58e00226
commit c479113212

View File

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