about summary refs log tree commit diff
path: root/pkgs/by-name/be
diff options
context:
space:
mode:
authorAlbert Safin <xzfcpw@gmail.com>2024-05-13 00:06:18 +0000
committerAlbert Safin <xzfcpw@gmail.com>2024-05-13 00:06:36 +0000
commitdca280c9ca8349143e5f5a28b54140befc1b1dc6 (patch)
treee360110200ec4fe5349f9deb6254faf90702d6ef /pkgs/by-name/be
parenta6326e273ba90eba32bc2f736b2cd2f33930b6f5 (diff)
bevelbar: add updateScript
Diffstat (limited to 'pkgs/by-name/be')
-rw-r--r--pkgs/by-name/be/bevelbar/package.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/by-name/be/bevelbar/package.nix b/pkgs/by-name/be/bevelbar/package.nix
index bed84141944ca..1fd5a592d70db 100644
--- a/pkgs/by-name/be/bevelbar/package.nix
+++ b/pkgs/by-name/be/bevelbar/package.nix
@@ -6,6 +6,7 @@
   libX11,
   libXft,
   libXrandr,
+  gitUpdater,
 }:
 
 stdenv.mkDerivation (finalAttrs: {
@@ -27,6 +28,11 @@ stdenv.mkDerivation (finalAttrs: {
 
   makeFlags = [ "prefix=$(out)" ];
 
+  passthru.updateScript = gitUpdater {
+    url = "https://www.uninformativ.de/git/bevelbar.git/";
+    rev-prefix = "v";
+  };
+
   meta = {
     homepage = "https://www.uninformativ.de/git/bevelbar/file/README.html";
     description = "X11 status bar with beveled borders";