p2pool: 4.8 -> 4.8.1

(cherry picked from commit 84e25a5a99)
This commit is contained in:
Jaco Malan
2025-07-17 15:07:29 +02:00
parent 84c387bdc7
commit 9928b0b8d2

View File

@@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "p2pool";
version = "4.8";
version = "4.8.1";
src = fetchFromGitHub {
owner = "SChernykh";
repo = "p2pool";
rev = "v${version}";
hash = "sha256-D1yQMcgRYVZf3/VGCmp6ZGu5YlWUmvlCx3pZqQF7JDM=";
hash = "sha256-UnvMR4s6o8n7K+9hig3iSFtbN/BmR6yqjc64X443ctk=";
fetchSubmodules = true;
};
@@ -58,7 +58,10 @@ stdenv.mkDerivation rec {
description = "Decentralized pool for Monero mining";
homepage = "https://github.com/SChernykh/p2pool";
license = licenses.gpl3Only;
maintainers = with maintainers; [ ratsclub ];
maintainers = with maintainers; [
ratsclub
JacoMalan1
];
mainProgram = "p2pool";
platforms = platforms.all;
};