hypridle: 0.1.5 -> 0.1.6

This commit is contained in:
Aos Dabbagh
2025-03-29 23:30:05 -04:00
parent 19e40fad1e
commit 4e2dc2f55d

View File

@@ -4,11 +4,13 @@
fetchFromGitHub,
pkg-config,
cmake,
hyprutils,
wayland,
wayland-protocols,
wayland-scanner,
hyprlang,
hyprutils,
hyprland-protocols,
hyprwayland-scanner,
sdbus-cpp_2,
systemdLibs,
nix-update-script,
@@ -16,19 +18,22 @@
gcc14Stdenv.mkDerivation (finalAttrs: {
pname = "hypridle";
version = "0.1.5";
version = "0.1.6";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hypridle";
rev = "v${finalAttrs.version}";
hash = "sha256-esE2L7+9CsmlSjTIHwU9VAhzvsFSMC3kO7EiutCPQpg=";
hash = "sha256-uChAGmceKS9F9jqs1xb58BLTVZLF+sFU00MWDEVfYLg=";
};
nativeBuildInputs = [
cmake
pkg-config
hyprwayland-scanner
wayland-scanner
hyprland-protocols
wayland-protocols
];
buildInputs = [