Skip to content

Commit 3602417

Browse files
committed
hyprlock: 0.5.0 -> 0.6.0
1 parent 087408a commit 3602417

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pkgs/by-name/hy/hyprlock/package.nix

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
pkg-config,
77
libGL,
88
libxkbcommon,
9+
hyprgraphics,
910
hyprlang,
1011
hyprutils,
1112
pam,
@@ -26,13 +27,13 @@
2627

2728
gcc14Stdenv.mkDerivation (finalAttrs: {
2829
pname = "hyprlock";
29-
version = "0.5.0";
30+
version = "0.6.0";
3031

3132
src = fetchFromGitHub {
3233
owner = "hyprwm";
3334
repo = "hyprlock";
3435
rev = "v${finalAttrs.version}";
35-
hash = "sha256-sUIsjWpZLplSJXWyJcDZdvDweksXLH5r9GSkwg0kgBw=";
36+
hash = "sha256-41/fFxlGCf1q+WJwdzSidr9+xJ7+td91XQ1+kzrZ+ts=";
3637
};
3738

3839
strictDeps = true;
@@ -46,6 +47,7 @@ gcc14Stdenv.mkDerivation (finalAttrs: {
4647
buildInputs = [
4748
cairo
4849
file
50+
hyprgraphics
4951
hyprlang
5052
hyprutils
5153
libdrm

0 commit comments

Comments
 (0)