Merge pull request #265140 from r-ryantm/auto-update/p2pool

p2pool: 3.7 -> 3.8
This commit is contained in:
OTABI Tomoya
2023-11-09 02:36:15 +09:00
committed by GitHub

View File

@@ -19,13 +19,13 @@ let
in
stdenv.mkDerivation rec {
pname = "p2pool";
version = "3.7";
version = "3.8";
src = fetchFromGitHub {
owner = "SChernykh";
repo = "p2pool";
rev = "v${version}";
sha256 = "sha256-WGavhxCGM10LXKvrXT3A2SOMSJRuoA/wAlEj7NFs8Ok=";
sha256 = "sha256-e/QXwRVtgl9+BaKbkeztCPfXORhef1HaKBPzKvVPVpM=";
fetchSubmodules = true;
};