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

p2pool: 2.2.1 -> 2.3
This commit is contained in:
Jonas Heinrich 2022-09-02 19:03:01 +02:00 committed by GitHub
commit d8b1d3e4c4
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.2.1";
version = "2.3";
src = fetchFromGitHub {
owner = "SChernykh";
repo = "p2pool";
rev = "v${version}";
sha256 = "sha256-iDswjKDGii1OnMmdhiisbwuWjs7omNOF+tubJLs69qY=";
sha256 = "sha256-hf0iU246cmTCDYotPdTACFY135L2+cRV3FpVYnRZtRc=";
fetchSubmodules = true;
};