Merge pull request #120159 from r-ryantm/auto-update/calc

calc: 2.12.9.1 -> 2.13.0.1
This commit is contained in:
Maximilian Bosch 2021-04-22 22:38:24 +02:00 committed by GitHub
commit f15be18d47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,14 +3,14 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "calc"; pname = "calc";
version = "2.12.9.1"; version = "2.13.0.1";
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-B3ko+RNT+LYSJG1P5cujgRMc1OJhDPqm1ONrMh+7fI4="; sha256 = "sha256-auU49XeFxXAacBEszwB6tVU6vTMq4t6q2vVk9AHHNK0=";
}; };
postPatch = '' postPatch = ''