mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
calc: 2.12.6.8 -> 2.12.7.1 (#50173)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/calc/versions
This commit is contained in:
parent
99b557e574
commit
2fd0c31673
1 changed files with 2 additions and 2 deletions
|
@ -3,14 +3,14 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "calc-${version}";
|
name = "calc-${version}";
|
||||||
version = "2.12.6.8";
|
version = "2.12.7.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
urls = [
|
urls = [
|
||||||
"https://github.com/lcn2/calc/releases/download/${version}/${name}.tar.bz2"
|
"https://github.com/lcn2/calc/releases/download/${version}/${name}.tar.bz2"
|
||||||
"http://www.isthe.com/chongo/src/calc/${name}.tar.bz2"
|
"http://www.isthe.com/chongo/src/calc/${name}.tar.bz2"
|
||||||
];
|
];
|
||||||
sha256 = "144am0pra3hh7635fmi7kqynba8z246dx1dzclm9qx965p3xb4hb";
|
sha256 = "0k58vv8m26kq74b8p784d749mzir0pi6g48hch1f6680d3fwa7gb";
|
||||||
};
|
};
|
||||||
|
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue