Skip to content

Commit

Permalink
hyprlock: 0.5.0 -> 0.6.0 (NixOS#366379)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRTitor authored Dec 19, 2024
2 parents 8af52ff + 3602417 commit e416c02
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/by-name/hy/hyprlock/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
pkg-config,
libGL,
libxkbcommon,
hyprgraphics,
hyprlang,
hyprutils,
pam,
Expand All @@ -26,13 +27,13 @@

gcc14Stdenv.mkDerivation (finalAttrs: {
pname = "hyprlock";
version = "0.5.0";
version = "0.6.0";

src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprlock";
rev = "v${finalAttrs.version}";
hash = "sha256-sUIsjWpZLplSJXWyJcDZdvDweksXLH5r9GSkwg0kgBw=";
hash = "sha256-41/fFxlGCf1q+WJwdzSidr9+xJ7+td91XQ1+kzrZ+ts=";
};

strictDeps = true;
Expand All @@ -46,6 +47,7 @@ gcc14Stdenv.mkDerivation (finalAttrs: {
buildInputs = [
cairo
file
hyprgraphics
hyprlang
hyprutils
libdrm
Expand Down

0 comments on commit e416c02

Please sign in to comment.