xpointerbarrier: add updateScript

This commit is contained in:
Albert Safin 2024-04-27 17:36:11 +00:00
parent 929a74529d
commit b88eb9c642

View File

@ -6,6 +6,7 @@
libX11,
libXfixes,
libXrandr,
gitUpdater,
}:
stdenv.mkDerivation (finalAttrs: {
@ -27,6 +28,11 @@ stdenv.mkDerivation (finalAttrs: {
makeFlags = [ "prefix=$(out)" ];
passthru.updateScript = gitUpdater {
url = "https://www.uninformativ.de/git/xpointerbarrier.git/";
rev-prefix = "v";
};
meta = with lib; {
homepage = "https://www.uninformativ.de/git/xpointerbarrier/file/README.html";
description = "Create X11 pointer barriers around your working area";