calc: 2.12.8.2 -> 2.12.9.0
This commit is contained in:
parent
eb362f9af9
commit
621f19d89c
|
@ -3,14 +3,14 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "calc";
|
pname = "calc";
|
||||||
version = "2.12.8.2";
|
version = "2.12.9.0";
|
||||||
|
|
||||||
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-yKe4PASm7qWH/nYv8BtYbi9m3xPpA0SZ02Hahj8DJC8=";
|
sha256 = "sha256-334WUhPG30U72hwzpHAZRNdmr/uBleOvEhu3rW9d5dM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in New Issue