hp2p: 4.1 -> 4.2

This commit is contained in:
R. Ryantm 2025-03-28 22:03:37 +00:00
parent da6f7461ad
commit 37e57731e7

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "hp2p";
version = "4.1";
version = "4.2";
src = fetchFromGitHub {
owner = "cea-hpc";
repo = "hp2p";
tag = finalAttrs.version;
hash = "sha256-Rrqb6M9E3WNuxhJXYfBrrv3sFQ2avU33gLZNUtU9Yuc=";
hash = "sha256-KuDf1VhLQRDDY3NZaNaHDVGipLmB8+1K36/W1fKnno0=";
};
enableParallelBuilding = true;