Skip to content

Commit

Permalink
p2pool: 3.9 -> 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 8, 2024
1 parent 57a00c9 commit 8816df4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/p2pool/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ let
in
stdenv.mkDerivation rec {
pname = "p2pool";
version = "3.9";
version = "3.10";

src = fetchFromGitHub {
owner = "SChernykh";
repo = "p2pool";
rev = "v${version}";
sha256 = "sha256-3CzQVK/1kLL50UdlTsDvHVfx9ZY8B3M0qzcIlonII6k=";
sha256 = "sha256-IDOtwrIKzP/pbwqIespvZtNS1VdR3246uXxgxR3V6VI=";
fetchSubmodules = true;
};

Expand Down

0 comments on commit 8816df4

Please sign in to comment.