Merge pull request #29676 from mimadrid/update/calc-2.12.6.3
calc: 2.12.6.1 -> 2.12.6.3
This commit is contained in:
commit
18ebc8dba9
@ -12,11 +12,11 @@ in
|
|||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
|
||||||
name = "calc-${version}";
|
name = "calc-${version}";
|
||||||
version = "2.12.6.1";
|
version = "2.12.6.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/lcn2/calc/releases/download/${version}/${name}.tar.bz2";
|
url = "https://github.com/lcn2/calc/releases/download/${version}/${name}.tar.bz2";
|
||||||
sha256 = "1vy4jmhmpl3gzgpkpv0kqwjv8hn1cza8cn1g8c69gq3inqvr4fvd";
|
sha256 = "01m20s5zs74zyb23x6zg6i13gc30a2ay2iz1rdbkxram01cblzky";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ makeWrapper readline ncurses utillinux ];
|
buildInputs = [ makeWrapper readline ncurses utillinux ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user