hyprlock: use unstableGitUpdater

This commit is contained in:
Weijia Wang 2024-07-03 12:46:11 +02:00
parent ae472bb7f0
commit ebe0c15e5e

View File

@ -17,7 +17,7 @@
pango,
libdrm,
mesa,
nix-update-script,
unstableGitUpdater,
}:
stdenv.mkDerivation (finalAttrs: {
@ -55,7 +55,9 @@ stdenv.mkDerivation (finalAttrs: {
wayland-protocols
];
passthru.updateScript = nix-update-script { };
passthru.updateScript = unstableGitUpdater {
tagPrefix = "v";
};
meta = {
description = "Hyprland's GPU-accelerated screen locking utility";