calc: 2.12.8.2 -> 2.12.9.0

This commit is contained in:
R. RyanTM 2021-03-13 20:36:39 +00:00 committed by tomberek
parent eb362f9af9
commit 621f19d89c
1 changed files with 2 additions and 2 deletions

View File

@ -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 = ''