diff --git a/flake.lock b/flake.lock index d1acacf..da7e835 100644 --- a/flake.lock +++ b/flake.lock @@ -338,7 +338,7 @@ "locked": { "lastModified": 1732052838, "narHash": "sha256-1pNsLGNStCFjXiBc2zMUxKzKk45CePTf+GwKlzTmrCY=", - "ref": "v0.45.2", + "ref": "refs/tags/v0.45.2", "rev": "12f9a0d0b93f691d4d9923716557154d74777b0a", "revCount": 5451, "submodules": true, @@ -346,7 +346,7 @@ "url": "https://github.com/hyprwm/Hyprland/" }, "original": { - "ref": "v0.45.2", + "ref": "refs/tags/v0.45.2", "submodules": true, "type": "git", "url": "https://github.com/hyprwm/Hyprland/" diff --git a/flake.nix b/flake.nix index f6118b0..ef04605 100644 --- a/flake.nix +++ b/flake.nix @@ -49,7 +49,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; - hyprland.url = "git+https://github.com/hyprwm/Hyprland/?submodules=1&ref=v0.45.2"; + hyprland.url = "git+https://github.com/hyprwm/Hyprland/?submodules=1&ref=refs/tags/v0.45.2"; hyprland-contrib.url = "github:hyprwm/contrib"; f1multiviewer = {