mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
Merge pull request #324292 from wegank/hyprlock-update-script
hyprlock: use unstableGitUpdater
This commit is contained in:
commit
0a154b5727
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user