p2pool: 4.2 -> 4.3 (#372480)

This commit is contained in:
Arne Keller
2025-01-14 23:17:31 +01:00
committed by GitHub
+2 -2
View File
@@ -20,13 +20,13 @@ let
in
stdenv.mkDerivation rec {
pname = "p2pool";
version = "4.2";
version = "4.3";
src = fetchFromGitHub {
owner = "SChernykh";
repo = "p2pool";
rev = "v${version}";
hash = "sha256-zowRQeFrT0sY9L5XJQ10f8tRnEchjKVdBixtPbAQyvo=";
hash = "sha256-PHrmTkmpYOPKx9q+/mhjr8MIbFqmljKs2F26tqyCzcE=";
fetchSubmodules = true;
};