about summary refs log tree commit diff
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorannalee <150648636+a-n-n-a-l-e-e@users.noreply.github.com>2023-11-17 03:08:09 +0000
committerannalee <150648636+a-n-n-a-l-e-e@users.noreply.github.com>2023-11-17 04:12:46 +0000
commit38eccd74c3129275adb6734aae06fcf5a756bb22 (patch)
treea674113f0ec2a063c928382327bf9021ab604487 /pkgs/applications/science
parent28d9d26f5a2a2adfb6d2ea76001cdfbb369baefa (diff)
eprover: update hash - target modified inplace
the last commit was Wed Nov 15 13:09:21 2023 +0000 but the target, E.tgz
was modified at 2023-11-15 23:29 (assuming utc)
https://wwwlehre.dhbw-stuttgart.de/~sschulz/WORK/E_DOWNLOAD/V_3.0/
Diffstat (limited to 'pkgs/applications/science')
-rw-r--r--pkgs/applications/science/logic/eprover/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/science/logic/eprover/default.nix b/pkgs/applications/science/logic/eprover/default.nix
index a79b74740e680..ec1fc6b11d25c 100644
--- a/pkgs/applications/science/logic/eprover/default.nix
+++ b/pkgs/applications/science/logic/eprover/default.nix
@@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "https://wwwlehre.dhbw-stuttgart.de/~sschulz/WORK/E_DOWNLOAD/V_${version}/E.tgz";
-    sha256 = "sha256-RJ2uc/GIWU/fDJijSzYS8GdL7zUkeExOLWXtTbi8ZLk=";
+    hash = "sha256-gBgDC+GH948JMsjzo/SOpWDzJXu0g58YX1VW28PeorI=";
   };
 
   buildInputs = [ which ];