bevelbar: add updateScript

This commit is contained in:
Albert Safin 2024-05-13 00:06:18 +00:00
parent a6326e273b
commit dca280c9ca

View File

@ -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";