Merge pull request #324292 from wegank/hyprlock-update-script

hyprlock: use unstableGitUpdater
This commit is contained in:
Nick Cao 2024-07-04 13:41:55 -04:00 committed by GitHub
commit 0a154b5727
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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";