Skip to content

Commit 3f4b6c6

Browse files
committed
cliphist: add update script
1 parent ea4ca62 commit 3f4b6c6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pkgs/by-name/cl/cliphist/package.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
lib,
33
buildGoModule,
44
fetchFromGitHub,
5+
nix-update-script,
56
}:
67

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

25+
passthru = {
26+
updateScript = nix-update-script { };
27+
};
28+
2429
meta = with lib; {
2530
description = "Wayland clipboard manager";
2631
homepage = "https://github.com/sentriz/cliphist";

0 commit comments

Comments
 (0)