Merge pull request #112107 from r-ryantm/auto-update/calc

calc: 2.12.7.2 -> 2.12.7.6
This commit is contained in:
Martin Weinelt 2021-02-07 02:58:17 +01:00 committed by GitHub
commit f8709117c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,14 +3,14 @@
stdenv.mkDerivation rec {
pname = "calc";
version = "2.12.7.2";
version = "2.12.7.6";
src = fetchurl {
urls = [
"https://github.com/lcn2/calc/releases/download/${version}/${pname}-${version}.tar.bz2"
"http://www.isthe.com/chongo/src/calc/${pname}-${version}.tar.bz2"
];
sha256 = "147wmbajcxv6wp92j6pizq4plrr1sb7jirifr1477bx33hc49bsp";
sha256 = "sha256-Pg8nvW+RDy1Vb+Xg+5tnDxZEVkD80VcQGyZVayq8zsk=";
};
patchPhase = ''