wayland-bongocat: define passthru.updateScript

This commit is contained in:
Colin
2025-10-16 20:36:54 +00:00
parent 5b3aada803
commit 67ba706def
+5 -1
View File
@@ -3,6 +3,7 @@
stdenv,
bash,
fetchFromGitHub,
gitUpdater,
pkg-config,
wayland,
wayland-protocols,
@@ -62,7 +63,10 @@ stdenv.mkDerivation (finalAttrs: {
runHook postInstallCheck
'';
# Package information
passthru.updateScript = gitUpdater {
rev-prefix = "v";
};
meta = {
description = "Delightful Wayland overlay that displays an animated bongo cat reacting to keyboard input";
homepage = "https://github.com/saatvik333/wayland-bongocat";