Merge pull request #36483 from ryantm/auto-update/calc

calc: 2.12.6.3 -> 2.12.6.6
This commit is contained in:
Joachim F 2018-03-14 19:37:27 +00:00 committed by GitHub
commit d703988c2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,11 +12,11 @@ in
stdenv.mkDerivation rec {
name = "calc-${version}";
version = "2.12.6.3";
version = "2.12.6.6";
src = fetchurl {
url = "https://github.com/lcn2/calc/releases/download/${version}/${name}.tar.bz2";
sha256 = "01m20s5zs74zyb23x6zg6i13gc30a2ay2iz1rdbkxram01cblzky";
sha256 = "03sg1xhin6qsrz82scf96mmzw8lz1yj68rhj4p4npp4s0fawc9d5";
};
buildInputs = [ makeWrapper readline ncurses utillinux ];