mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Merge pull request #52392 from r-ryantm/auto-update/calc
calc: 2.12.7.1 -> 2.12.7.2
This commit is contained in:
commit
33c227c23b
1 changed files with 2 additions and 2 deletions
|
@ -3,14 +3,14 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "calc-${version}";
|
||||
version = "2.12.7.1";
|
||||
version = "2.12.7.2";
|
||||
|
||||
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 = "0k58vv8m26kq74b8p784d749mzir0pi6g48hch1f6680d3fwa7gb";
|
||||
sha256 = "147wmbajcxv6wp92j6pizq4plrr1sb7jirifr1477bx33hc49bsp";
|
||||
};
|
||||
|
||||
patchPhase = ''
|
||||
|
|
Loading…
Reference in a new issue