p2pool: 4.8 -> 4.8.1 (#423205)

This commit is contained in:
Pol Dellaiera
2025-07-21 21:29:06 +02:00
committed by GitHub
+6 -3
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;
};