calc: 2.12.6.8 -> 2.12.7.1 (#50173)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/calc/versions
This commit is contained in:
R. RyanTM 2018-11-10 06:32:06 -08:00 committed by Timo Kaufmann
parent 99b557e574
commit 2fd0c31673

@ -3,14 +3,14 @@
stdenv.mkDerivation rec {
name = "calc-${version}";
version = "2.12.6.8";
version = "2.12.7.1";
src = fetchurl {
urls = [
"https://github.com/lcn2/calc/releases/download/${version}/${name}.tar.bz2"
"http://www.isthe.com/chongo/src/calc/${name}.tar.bz2"
];
sha256 = "144am0pra3hh7635fmi7kqynba8z246dx1dzclm9qx965p3xb4hb";
sha256 = "0k58vv8m26kq74b8p784d749mzir0pi6g48hch1f6680d3fwa7gb";
};
patchPhase = ''