Skip to content

Commit

Permalink
hyprlock: 0.4.1 -> 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iynaix committed Oct 22, 2024
1 parent 50db3b6 commit f262128
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions pkgs/by-name/hy/hyprlock/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
hyprlang,
hyprutils,
pam,
sdbus-cpp,
systemdLibs,
wayland,
wayland-protocols,
wayland-scanner,
Expand All @@ -22,15 +24,26 @@
nix-update-script,
}:

let
sdbus-cpp_2 = sdbus-cpp.overrideAttrs (oldAttrs: rec {
version = "2.0.0";
src = fetchFromGitHub {
owner = "kistler-group";
repo = "sdbus-cpp";
rev = "v${version}";
hash = "sha256-W8V5FRhV3jtERMFrZ4gf30OpIQLYoj2yYGpnYOmH2+g=";
};
});
in
stdenv.mkDerivation (finalAttrs: {
pname = "hyprlock";
version = "0.4.1";
version = "0.5.0";

src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprlock";
rev = "v${finalAttrs.version}";
hash = "sha256-w+AyYuqlZ/uWEimiptlHjtDFECm/JlUOD2ciCw8/+/8=";
hash = "sha256-sUIsjWpZLplSJXWyJcDZdvDweksXLH5r9GSkwg0kgBw=";
};

strictDeps = true;
Expand All @@ -54,6 +67,8 @@ stdenv.mkDerivation (finalAttrs: {
mesa
pam
pango
sdbus-cpp_2
systemdLibs
wayland
wayland-protocols
];
Expand Down

0 comments on commit f262128

Please sign in to comment.