hypridle: 0.1.4 -> 0.1.5
add passthru.updateScript
This commit is contained in:
parent
795a26cf01
commit
a754e81649
@ -11,17 +11,18 @@
|
|||||||
hyprlang,
|
hyprlang,
|
||||||
sdbus-cpp_2,
|
sdbus-cpp_2,
|
||||||
systemd,
|
systemd,
|
||||||
|
nix-update-script,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "hypridle";
|
pname = "hypridle";
|
||||||
version = "0.1.4";
|
version = "0.1.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "hyprwm";
|
owner = "hyprwm";
|
||||||
repo = "hypridle";
|
repo = "hypridle";
|
||||||
rev = "v${finalAttrs.version}";
|
rev = "v${finalAttrs.version}";
|
||||||
hash = "sha256-20a3pg94dyLFflbBIN+EYJ04nWfWldTfd2YmB/rcrqY=";
|
hash = "sha256-esE2L7+9CsmlSjTIHwU9VAhzvsFSMC3kO7EiutCPQpg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -39,6 +40,10 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
wayland-protocols
|
wayland-protocols
|
||||||
];
|
];
|
||||||
|
|
||||||
|
passthru = {
|
||||||
|
updateScript = nix-update-script { };
|
||||||
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Hyprland's idle daemon";
|
description = "Hyprland's idle daemon";
|
||||||
homepage = "https://github.com/hyprwm/hypridle";
|
homepage = "https://github.com/hyprwm/hypridle";
|
||||||
|
Loading…
Reference in New Issue
Block a user