p2pool: 4.1.1 -> 4.2 (#357487)

This commit is contained in:
Weijia Wang 2024-12-08 18:33:25 +01:00 committed by GitHub
commit 68620d5ee6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,13 +19,13 @@ let
in
stdenv.mkDerivation rec {
pname = "p2pool";
version = "4.1.1";
version = "4.2";
src = fetchFromGitHub {
owner = "SChernykh";
repo = "p2pool";
rev = "v${version}";
hash = "sha256-rxsKbrgDdVtGEv63SHi3FbFpqU2j6ESksq0SDm78j+0=";
hash = "sha256-zowRQeFrT0sY9L5XJQ10f8tRnEchjKVdBixtPbAQyvo=";
fetchSubmodules = true;
};