katriawm: add updateScript

This commit is contained in:
Albert Safin 2024-05-12 23:45:05 +00:00
parent 868cc3f77f
commit d57ce05c49

View File

@ -6,6 +6,7 @@
libXft,
libXrandr,
pkg-config,
gitUpdater,
}:
stdenv.mkDerivation (finalAttrs: {
@ -44,6 +45,11 @@ stdenv.mkDerivation (finalAttrs: {
--replace pkg-config "$PKG_CONFIG"
'';
passthru.updateScript = gitUpdater {
url = "https://www.uninformativ.de/git/katriawm.git/";
rev-prefix = "v";
};
meta = {
homepage = "https://www.uninformativ.de/git/katriawm/file/README.html";
description = "A non-reparenting, dynamic window manager with decorations";