about summary refs log tree commit diff
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-05-05 10:05:42 -0400
committerGitHub <noreply@github.com>2024-05-05 10:05:42 -0400
commitf68bc714df85bcd6f508cdcc4b7f745d0f56c78b (patch)
tree81208629965241e84d5937c88e911be3667d4abc /pkgs/applications/science
parenta1d4007eb4a38b55c1555741c65247fe2def1768 (diff)
parent4b0b8cca0c226f738a689ef1bc3d8eb778551306 (diff)
Merge pull request #309136 from TomaSajt/getdp
getdp: fix hash
Diffstat (limited to 'pkgs/applications/science')
-rw-r--r--pkgs/applications/science/math/getdp/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/science/math/getdp/default.nix b/pkgs/applications/science/math/getdp/default.nix
index d28f59e4be2fc..5df35cce8e231 100644
--- a/pkgs/applications/science/math/getdp/default.nix
+++ b/pkgs/applications/science/math/getdp/default.nix
@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
   version = "3.6.0";
   src = fetchurl {
     url = "http://getdp.info/src/getdp-${version}-source.tgz";
-    sha256 = "sha256-N1cb72W77Dr+TzeHpLgv5FuFb+SJqyGcfn+kOfEvZgA=";
+    hash = "sha256-nzefwCV+Z9BHDofuTfhR+vhqm3cCSiUT+7cbtn601N8=";
   };
 
   inherit (petsc) mpiSupport;