about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2021-03-28 23:35:49 +0200
committerGitHub <noreply@github.com>2021-03-28 23:35:49 +0200
commitb8779b59d562ccfc286740f2aaefcbbb8611f3da (patch)
tree8c52a88db7e4b6829609d4382c240eaef4c1ed52 /pkgs/applications
parent8412e349c5d1ea88e527f38fab323cf475177d9e (diff)
parent190a6f04b6cdf95b50170282e5d1518a1ee883e2 (diff)
Merge pull request #117760 from r-ryantm/auto-update/calc
calc: 2.12.9.0 -> 2.12.9.1
Diffstat (limited to 'pkgs/applications')
-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 2df68b49e67f9..c5a3fd606c004 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.12.9.0";
+  version = "2.12.9.1";
 
   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-334WUhPG30U72hwzpHAZRNdmr/uBleOvEhu3rW9d5dM=";
+    sha256 = "sha256-B3ko+RNT+LYSJG1P5cujgRMc1OJhDPqm1ONrMh+7fI4=";
   };
 
   postPatch = ''