p2pool: add update script

main
Louis Bettens 2 years ago
parent efeefb2af1
commit 02ad5efebf
  1. 7
      pkgs/applications/misc/p2pool/default.nix

@ -6,6 +6,7 @@
, lib
, libsodium
, libuv
, nix-update-script
, openssl
, pkg-config
, zeromq
@ -34,6 +35,12 @@ stdenv.mkDerivation rec {
runHook postInstall
'';
passthru = {
updateScript = nix-update-script {
attrPath = pname;
};
};
meta = with lib; {
description = "Decentralized pool for Monero mining";
homepage = "https://github.com/SChernykh/p2pool";

Loading…
Cancel
Save