calc: 2.12.6.6 -> 2.12.6.8
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
4d1abc4419
commit
904fd99bb4
1 changed files with 2 additions and 2 deletions
|
@ -3,14 +3,14 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "calc-${version}";
|
||||
version = "2.12.6.6";
|
||||
version = "2.12.6.8";
|
||||
|
||||
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 = "03sg1xhin6qsrz82scf96mmzw8lz1yj68rhj4p4npp4s0fawc9d5";
|
||||
sha256 = "144am0pra3hh7635fmi7kqynba8z246dx1dzclm9qx965p3xb4hb";
|
||||
};
|
||||
|
||||
patchPhase = ''
|
||||
|
|
Loading…
Reference in a new issue