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

p2pool: 1.6 -> 1.7
This commit is contained in:
Bobby Rong
2022-02-18 21:33:44 +08:00
committed by GitHub
+2 -2
View File
@@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "p2pool";
version = "1.6";
version = "1.7";
src = fetchFromGitHub {
owner = "SChernykh";
repo = "p2pool";
rev = "v${version}";
sha256 = "sha256-SumAHliY2cX2Q1umyw0ljCFmgnGKKHqoEFGglNJ/Bfg=";
sha256 = "sha256-ohfC10U7srs5IrFWPF5AKPwXPHaRxlYRK4ZZ0pE8tEs=";
fetchSubmodules = true;
};