grimblast: add passthru.updateScript

This commit is contained in:
Austin Horstman
2024-12-14 21:35:52 -06:00
parent ffc38505c3
commit c6776ca354
+3
View File
@@ -13,6 +13,7 @@
slurp,
wl-clipboard,
bash,
nix-update-script,
}:
stdenvNoCC.mkDerivation (finalAttrs: {
@@ -57,6 +58,8 @@ stdenvNoCC.mkDerivation (finalAttrs: {
}"
'';
passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; };
meta = with lib; {
description = "Helper for screenshots within Hyprland, based on grimshot";
license = licenses.mit;