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

calc: 2.12.6.6 -> 2.12.6.8
This commit is contained in:
Jörg Thalheim 2018-10-04 23:31:38 +01:00 committed by GitHub
commit 5200167f12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = ''