mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
bevelbar: add updateScript
This commit is contained in:
parent
a6326e273b
commit
dca280c9ca
1 changed files with 6 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue