mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 08:01:14 +00:00
calc: 2.12.6.1 -> 2.12.6.3
This commit is contained in:
parent
1df6cf5d1d
commit
676db57c37
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue