p2pool: 4.1 -> 4.1.1

This commit is contained in:
R. Ryantm
2024-10-11 13:44:18 +00:00
committed by Emery Hemingway
parent 3d5a029d52
commit a864db9f7b
+2 -2
View File
@@ -19,13 +19,13 @@ let
in
stdenv.mkDerivation rec {
pname = "p2pool";
version = "4.1";
version = "4.1.1";
src = fetchFromGitHub {
owner = "SChernykh";
repo = "p2pool";
rev = "v${version}";
hash = "sha256-eMg8DXFtVfYhl6vpg/KRUZUgMU/XsCS29Af1CSIbUsY=";
hash = "sha256-rxsKbrgDdVtGEv63SHi3FbFpqU2j6ESksq0SDm78j+0=";
fetchSubmodules = true;
};