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

p2pool: 2.3 -> 2.4
This commit is contained in:
Jonas Heinrich 2022-10-02 10:30:15 +02:00 committed by GitHub
commit 3f0d285b55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "p2pool";
version = "2.3";
version = "2.4";
src = fetchFromGitHub {
owner = "SChernykh";
repo = "p2pool";
rev = "v${version}";
sha256 = "sha256-hf0iU246cmTCDYotPdTACFY135L2+cRV3FpVYnRZtRc=";
sha256 = "sha256-En2ogxAD61w7DRTsCGIp6fEP/cC2A+pTYIbjeJ1MktY=";
fetchSubmodules = true;
};