Skip to content

Commit

Permalink
hyprlock: 0.6.1 -> 0.6.2 (NixOS#376284)
Browse files Browse the repository at this point in the history
  • Loading branch information
iynaix authored Jan 24, 2025
1 parent e1915cd commit bcc7e1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/hy/hyprlock/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@

gcc14Stdenv.mkDerivation (finalAttrs: {
pname = "hyprlock";
version = "0.6.1";
version = "0.6.2";

src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprlock";
rev = "v${finalAttrs.version}";
hash = "sha256-lT6f/5NB73xj9cVesi2SNsL5jVciwZJp8QRohiv+3Hk=";
hash = "sha256-PotjNmR69yAEZP/Dn4lB0p7sHBjAPclNDbc5WkBZx4s=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit bcc7e1e

Please sign in to comment.