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

calc: 2.14.0.8 -> 2.14.0.13
This commit is contained in:
Ben Siraphob 2021-12-31 20:39:26 +07:00 committed by GitHub
commit efbd6bf6e6
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.14.0.8";
version = "2.14.0.13";
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-rWosRO7qfgbvylOE8Qf/rudWRAenR0181JKKU7Gig4Y=";
sha256 = "sha256-naNBismaWnzLjlUy49Rz9OfkhUcFdbnWxs917ogxTjk=";
};
postPatch = ''