Unverified Commit 3f4b6c6f authored by Austin Horstman's avatar Austin Horstman
Browse files

cliphist: add update script

parent ea4ca62e
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
  lib,
  buildGoModule,
  fetchFromGitHub,
  nix-update-script,
}:

buildGoModule rec {
@@ -21,6 +22,10 @@ buildGoModule rec {
    cp ${src}/contrib/* $out/bin/
  '';

  passthru = {
    updateScript = nix-update-script { };
  };

  meta = with lib; {
    description = "Wayland clipboard manager";
    homepage = "https://github.com/sentriz/cliphist";