3
0
Fork 0
forked from mirrors/nixpkgs

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

calc: 2.15.0.1 -> 2.15.0.2
This commit is contained in:
Weijia Wang 2023-12-11 15:02:47 +01:00 committed by GitHub
commit b7081671e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,14 +10,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "calc";
version = "2.15.0.1";
version = "2.15.0.2";
src = fetchurl {
urls = [
"https://github.com/lcn2/calc/releases/download/v${finalAttrs.version}/calc-${finalAttrs.version}.tar.bz2"
"http://www.isthe.com/chongo/src/calc/calc-${finalAttrs.version}.tar.bz2"
];
hash = "sha256-u/mt9y4805IWYDdEHz94dPb4V+d4YVrrhzz8v3B+q24=";
hash = "sha256-dPEj32SiR7RhI9fBa9ny9+EEuuiXS2WswRcDVuOMJXc=";
};
postPatch = ''