p2pool: 4.13 -> 4.14

This commit is contained in:
R. Ryantm 2026-03-02 23:30:34 +00:00
parent d87c566258
commit fc78302a47

View file

@ -16,13 +16,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "p2pool";
version = "4.13";
version = "4.14";
src = fetchFromGitHub {
owner = "SChernykh";
repo = "p2pool";
rev = "v${finalAttrs.version}";
hash = "sha256-HeimLu3KomXVEnd8ChnfsDm0Y48yablLheJQ/yfIl7o=";
hash = "sha256-osVzCx5h52qbSG4iwd3r7lsxtkqakGDJp6W3Xfs0t4E=";
fetchSubmodules = true;
};