getdp: fix hash

This commit is contained in:
TomaSajt 2024-05-05 00:31:28 +02:00
parent 7ce5259312
commit 4b0b8cca0c
No known key found for this signature in database
GPG Key ID: F011163C050122A1

View File

@ -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;