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

p2pool: 3.3 -> 3.4
This commit is contained in:
Weijia Wang 2023-06-02 23:51:32 +02:00 committed by GitHub
commit a16c504601
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.3";
version = "3.4";
src = fetchFromGitHub {
owner = "SChernykh";
repo = "p2pool";
rev = "v${version}";
sha256 = "sha256-sCG2Dr0gDznOyuSCVm/Zop+64elUZLt+XSDff2jQlwg=";
sha256 = "sha256-JtBl+ZNqBbCl8gFZy+q5PP2qoRKULA++leGsyrT3DaQ=";
fetchSubmodules = true;
};