We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8af52ff + 3602417 commit e416c02Copy full SHA for e416c02
pkgs/by-name/hy/hyprlock/package.nix
@@ -6,6 +6,7 @@
6
pkg-config,
7
libGL,
8
libxkbcommon,
9
+ hyprgraphics,
10
hyprlang,
11
hyprutils,
12
pam,
@@ -26,13 +27,13 @@
26
27
28
gcc14Stdenv.mkDerivation (finalAttrs: {
29
pname = "hyprlock";
- version = "0.5.0";
30
+ version = "0.6.0";
31
32
src = fetchFromGitHub {
33
owner = "hyprwm";
34
repo = "hyprlock";
35
rev = "v${finalAttrs.version}";
- hash = "sha256-sUIsjWpZLplSJXWyJcDZdvDweksXLH5r9GSkwg0kgBw=";
36
+ hash = "sha256-41/fFxlGCf1q+WJwdzSidr9+xJ7+td91XQ1+kzrZ+ts=";
37
};
38
39
strictDeps = true;
@@ -46,6 +47,7 @@ gcc14Stdenv.mkDerivation (finalAttrs: {
46
47
buildInputs = [
48
cairo
49
file
50
+ hyprgraphics
51
hyprlang
52
hyprutils
53
libdrm
0 commit comments