Unverified Commit 6da7a5c4 authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

p2pool: 4.3 -> 4.4 (#386541)

parents 708bb03f b9837ee7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,13 +20,13 @@ let
in
stdenv.mkDerivation rec {
  pname = "p2pool";
  version = "4.3";
  version = "4.4";

  src = fetchFromGitHub {
    owner = "SChernykh";
    repo = "p2pool";
    rev = "v${version}";
    hash = "sha256-PHrmTkmpYOPKx9q+/mhjr8MIbFqmljKs2F26tqyCzcE=";
    hash = "sha256-+wkcTkHhGNanCznL5d9yUezi9wLIchxt6TPPpEUqgN8=";
    fetchSubmodules = true;
  };