p2pool: 1.4 -> 1.6

This commit is contained in:
Louis Bettens 2022-02-02 11:37:17 +01:00
parent 02ad5efebf
commit 381cd2534b

View file

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "p2pool";
version = "1.4";
version = "1.6";
src = fetchFromGitHub {
owner = "SChernykh";
repo = "p2pool";
rev = "v${version}";
sha256 = "sha256-syeVRweQJTNzKVl9FuIQl36WwzoI/oV2ULZbSGiDkv0=";
sha256 = "sha256-SumAHliY2cX2Q1umyw0ljCFmgnGKKHqoEFGglNJ/Bfg=";
fetchSubmodules = true;
};