about summary refs log tree commit diff
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-03-14 08:23:20 +0200
committerGitHub <noreply@github.com>2023-03-14 08:23:20 +0200
commit5a0dde3bf1038b7a266f5b0615379e78d5837c74 (patch)
tree2771ff4fea90c72b4539b48ca0fd37b33d2627b6 /pkgs/applications/science
parentac5c65473f004e660dcdd605cdc5c64abae983d6 (diff)
parent70723fce93cb3db3961fa7ccba08325aeacb38d3 (diff)
Merge pull request #221042 from r-ryantm/auto-update/calc
calc: 2.14.1.3 -> 2.14.1.5
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 75dbccced193c..43b53e56c0826 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.14.1.3";
+  version = "2.14.1.5";
 
   src = fetchurl {
     urls = [
       "https://github.com/lcn2/calc/releases/download/v${version}/${pname}-${version}.tar.bz2"
       "http://www.isthe.com/chongo/src/calc/${pname}-${version}.tar.bz2"
     ];
-    sha256 = "sha256-5aAvYzjAkpLZGf9UE+Ta18Io9EwP769yYlVykiH4qd0=";
+    sha256 = "sha256-bPacYnEJBdQsIP+Z8D/ODskyEcvhgAy3ra4wasYMo6A=";
   };
 
   postPatch = ''