Merge pull request #229582 from r-ryantm/auto-update/p2pool

p2pool: 3.2 -> 3.3
This commit is contained in:
Jörg Thalheim 2023-05-03 16:26:50 +01:00 committed by GitHub
commit ddd8b1b92d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,13 +19,13 @@ let
in
stdenv.mkDerivation rec {
pname = "p2pool";
version = "3.2";
version = "3.3";
src = fetchFromGitHub {
owner = "SChernykh";
repo = "p2pool";
rev = "v${version}";
sha256 = "sha256-KJ7KE1Joma4KXSqNQi3z+Q3hhc3HLNEaQjunu79qjUs=";
sha256 = "sha256-sCG2Dr0gDznOyuSCVm/Zop+64elUZLt+XSDff2jQlwg=";
fetchSubmodules = true;
};