From 0edbd1152ad9c66fd1ca16621d885ecb99734786 Mon Sep 17 00:00:00 2001 From: Christoph Hollizeck Date: Tue, 6 May 2025 23:17:13 +0200 Subject: [PATCH] hy3: update flake.lock and adjust commit hash --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 92d0ddb..6ff337d 100644 --- a/flake.lock +++ b/flake.lock @@ -577,17 +577,17 @@ ] }, "locked": { - "lastModified": 1746462926, - "narHash": "sha256-qecgKwowsbJuV1H5gzSShuymf9nteuk+As6/mMxA4mk=", + "lastModified": 1746522256, + "narHash": "sha256-NRaB2q1QoT8fu9oMl7rS/X3KHW9hzC+rAqB2XDZhKJI=", "owner": "Daholli", "repo": "hy3", - "rev": "fb2832c2d376332e612cd36a3273e793ecd6b62e", + "rev": "a9caea020e457b4c5868913eea391beffd5fc22c", "type": "github" }, "original": { "owner": "Daholli", "repo": "hy3", - "rev": "fb2832c2d376332e612cd36a3273e793ecd6b62e", + "rev": "a9caea020e457b4c5868913eea391beffd5fc22c", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 7a24ac4..9e78077 100644 --- a/flake.nix +++ b/flake.nix @@ -40,7 +40,7 @@ hy3 = { # url = "github:outfoxxed/hy3"; - url = "github:Daholli/hy3/fb2832c2d376332e612cd36a3273e793ecd6b62e"; + url = "github:Daholli/hy3/a9caea020e457b4c5868913eea391beffd5fc22c"; inputs.hyprland.follows = "hyprland"; };