cfr: 0.146 -> 0.147

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-10-21 07:17:32 -07:00 committed by Jon
parent 7ae9f72a48
commit 01c2033572

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "cfr";
version = "0.146";
version = "0.147";
src = fetchurl {
url = "http://www.benf.org/other/cfr/cfr_${version}.jar";
sha256 = "16pmn3shhb00x3ba2zazbkprwvc34a6dds8ghc53winbf371xi3c";
sha256 = "1xafxvxil0k7rwvfia2a67sh18pk8xb2y6qz6cpr31i2i0pwl8ls";
};
nativeBuildInputs = [ makeWrapper ];