29 gcc14Stdenv.mkDerivation (finalAttrs: {
33 src = fetchFromGitHub {
36 rev = "v${finalAttrs.version}";
37 hash = "sha256-PotjNmR69yAEZP/Dn4lB0p7sHBjAPclNDbc5WkBZx4s=";
67 passthru.updateScript = nix-update-script { };
70 description = "Hyprland's GPU-accelerated screen locking utility";
71 homepage = "https://github.com/hyprwm/hyprlock";
72 license = lib.licenses.bsd3;
74 lib.teams.hyprland.members
75 ++ (with lib.maintainers; [
78 mainProgram = "hyprlock";
79 platforms = lib.platforms.linux;