p2pool: 4.10.1 -> 4.11

This commit is contained in:
Jaco Malan
2025-09-30 15:14:48 +02:00
parent 211824367f
commit cbad32071b
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "p2pool";
version = "4.10.1";
version = "4.11";
src = fetchFromGitHub {
owner = "SChernykh";
repo = "p2pool";
rev = "v${finalAttrs.version}";
hash = "sha256-oxUxgooIiesSyew8t/0asa/sEV4I8C+Firp5cLi0fnU=";
hash = "sha256-qoz7wMI6hheF+Pecfq3pPZRc2H3nkrxKRMWR2qmJdsI=";
fetchSubmodules = true;
};