Skip to content

Commit ed2e093

Browse files
p2pool: 4.2 -> 4.3 (NixOS#372480)
2 parents f5082ce + 2d87fee commit ed2e093

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.2";
23+
version = "4.3";
2424

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

0 commit comments

Comments
 (0)