Skip to content

Commit 6da7a5c

Browse files
authored
p2pool: 4.3 -> 4.4 (#386541)
2 parents 708bb03 + b9837ee commit 6da7a5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/p2/p2pool/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ let
2020
in
2121
stdenv.mkDerivation rec {
2222
pname = "p2pool";
23-
version = "4.3";
23+
version = "4.4";
2424

2525
src = fetchFromGitHub {
2626
owner = "SChernykh";
2727
repo = "p2pool";
2828
rev = "v${version}";
29-
hash = "sha256-PHrmTkmpYOPKx9q+/mhjr8MIbFqmljKs2F26tqyCzcE=";
29+
hash = "sha256-+wkcTkHhGNanCznL5d9yUezi9wLIchxt6TPPpEUqgN8=";
3030
fetchSubmodules = true;
3131
};
3232

0 commit comments

Comments
 (0)