calc: 2.13.0.1 -> 2.14.0.8
This commit is contained in:
parent
1657d58122
commit
6c000f4835
@ -3,14 +3,14 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "calc";
|
pname = "calc";
|
||||||
version = "2.13.0.1";
|
version = "2.14.0.8";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
urls = [
|
urls = [
|
||||||
"https://github.com/lcn2/calc/releases/download/${version}/${pname}-${version}.tar.bz2"
|
"https://github.com/lcn2/calc/releases/download/${version}/${pname}-${version}.tar.bz2"
|
||||||
"http://www.isthe.com/chongo/src/calc/${pname}-${version}.tar.bz2"
|
"http://www.isthe.com/chongo/src/calc/${pname}-${version}.tar.bz2"
|
||||||
];
|
];
|
||||||
sha256 = "sha256-auU49XeFxXAacBEszwB6tVU6vTMq4t6q2vVk9AHHNK0=";
|
sha256 = "sha256-rWosRO7qfgbvylOE8Qf/rudWRAenR0181JKKU7Gig4Y=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user