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

p2pool: 2.0 -> 2.1
This commit is contained in:
Bobby Rong 2022-06-01 23:11:55 +08:00 committed by GitHub
commit 0284decc99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "p2pool";
version = "2.0";
version = "2.1";
src = fetchFromGitHub {
owner = "SChernykh";
repo = "p2pool";
rev = "v${version}";
sha256 = "sha256-lJJZ0ZsPTPEaYyzi8chAPo1OlZQ6p9QVqwtSOyJD7W4=";
sha256 = "sha256-cpBMzYLcU93GXYkBhUdoRovjQ2hd1+pAt6d9aAOaZT8=";
fetchSubmodules = true;
};