1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

calc: 2.12.6.1 -> 2.12.6.3

This commit is contained in:
mimadrid 2017-09-23 00:13:42 +02:00
parent 1df6cf5d1d
commit 676db57c37
No known key found for this signature in database
GPG key ID: 4D0F6894D41C6957

View file

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