cfr: 0.143 -> 0.145

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-06-01 02:07:18 -07:00
parent 97aba37876
commit 723d16a17a

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "cfr-${version}"; name = "cfr-${version}";
version = "0.143"; version = "0.145";
src = fetchurl { src = fetchurl {
url = "http://www.benf.org/other/cfr/cfr_${version}.jar"; url = "http://www.benf.org/other/cfr/cfr_${version}.jar";
sha256 = "129ab79xavrk0bwkmpvl56f74hyl1phfgbgz86cbij8bpvhhljyz"; sha256 = "0xv2v9z9xwym5m7h6bkvcmdgsa9lmkvsl77vk3aykgbzxywh7xqv";
}; };
nativeBuildInputs = [ makeWrapper ]; nativeBuildInputs = [ makeWrapper ];