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

calc: 2.13.0.1 -> 2.14.0.8
This commit is contained in:
Maximilian Bosch 2021-12-10 01:22:16 +01:00 committed by GitHub
commit c87f93843c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,14 +3,14 @@
stdenv.mkDerivation rec {
pname = "calc";
version = "2.13.0.1";
version = "2.14.0.8";
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 = "sha256-auU49XeFxXAacBEszwB6tVU6vTMq4t6q2vVk9AHHNK0=";
sha256 = "sha256-rWosRO7qfgbvylOE8Qf/rudWRAenR0181JKKU7Gig4Y=";
};
postPatch = ''