about summary refs log tree commit diff
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2021-12-10 01:22:16 +0100
committerGitHub <noreply@github.com>2021-12-10 01:22:16 +0100
commitc87f93843c6d6145a4dea384eca610afc914c885 (patch)
treed3289ade5128398882800d2d3880caba316ae812 /pkgs/applications/science
parent082a8ba0e0f866c047458627c31be0c358de078d (diff)
parent6c000f4835b8cc9f9f600d1f99ba4a1fa20e427d (diff)
Merge pull request #148905 from r-ryantm/auto-update/calc
calc: 2.13.0.1 -> 2.14.0.8
Diffstat (limited to 'pkgs/applications/science')
-rw-r--r--pkgs/applications/science/math/calc/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/math/calc/default.nix b/pkgs/applications/science/math/calc/default.nix
index f209e2de8c3e8..6b3dba0340fb3 100644
--- a/pkgs/applications/science/math/calc/default.nix
+++ b/pkgs/applications/science/math/calc/default.nix
@@ -3,14 +3,14 @@
 
 stdenv.mkDerivation rec {
   pname = "calc";
-  version = "2.13.0.1";
+  version = "2.14.0.8";
 
   src = fetchurl {
     urls = [
       "https://github.com/lcn2/calc/releases/download/${version}/${pname}-${version}.tar.bz2"
       "http://www.isthe.com/chongo/src/calc/${pname}-${version}.tar.bz2"
     ];
-    sha256 = "sha256-auU49XeFxXAacBEszwB6tVU6vTMq4t6q2vVk9AHHNK0=";
+    sha256 = "sha256-rWosRO7qfgbvylOE8Qf/rudWRAenR0181JKKU7Gig4Y=";
   };
 
   postPatch = ''