p2pool: 4.4 -> 4.7

This commit is contained in:
R. Ryantm 2025-05-30 16:42:50 +00:00
parent 1c7b92be21
commit c27be1dce0

View file

@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "p2pool";
version = "4.4";
version = "4.7";
src = fetchFromGitHub {
owner = "SChernykh";
repo = "p2pool";
rev = "v${version}";
hash = "sha256-+wkcTkHhGNanCznL5d9yUezi9wLIchxt6TPPpEUqgN8=";
hash = "sha256-F8kgoGgnFk6vE1nNnV6TShwnEAnqxD1wbsCAnL7mHRM=";
fetchSubmodules = true;
};