hypre: 2.31.0 -> 2.32.0 (#347368)

This commit is contained in:
Pol Dellaiera 2024-10-09 20:56:19 +02:00 committed by GitHub
commit 493b71e81e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
name = "hypre"; name = "hypre";
version = "2.31.0"; version = "2.32.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "hypre-space"; owner = "hypre-space";
repo = "hypre"; repo = "hypre";
rev = "refs/tags/v${finalAttrs.version}"; rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-eFOyM3IzQUNm7cSnORA3NrKYotEBmLKC8mi+fcwPMQA="; hash = "sha256-h16+nZ6+GfddfBJDF6sphuZ9Sff++PxW2R58XgJsnsI=";
}; };
sourceRoot = "${finalAttrs.src.name}/src"; sourceRoot = "${finalAttrs.src.name}/src";