diff --git a/flake.lock b/flake.lock index 1ee75e0..eae5b3c 100644 --- a/flake.lock +++ b/flake.lock @@ -252,16 +252,17 @@ "flake-utils": "flake-utils_4" }, "locked": { - "lastModified": 1696331477, - "narHash": "sha256-YkbRa/1wQWdWkVJ01JvV+75KIdM37UErqKgTf0L54Fk=", + "lastModified": 1715533576, + "narHash": "sha256-fT4ppWeCJ0uR300EH3i7kmgRZnAVxrH+XtK09jQWihk=", "owner": "gytis-ivaskevicius", "repo": "flake-utils-plus", - "rev": "bfc53579db89de750b25b0c5e7af299e0c06d7d3", + "rev": "3542fe9126dc492e53ddd252bb0260fe035f2c0f", "type": "github" }, "original": { "owner": "gytis-ivaskevicius", "repo": "flake-utils-plus", + "rev": "3542fe9126dc492e53ddd252bb0260fe035f2c0f", "type": "github" } }, @@ -2637,17 +2638,16 @@ ] }, "locked": { - "lastModified": 1709576611, - "narHash": "sha256-vkcNo9pDhKObEU1xKDHcUUWKQbuYIi5051/5s/l6Iig=", + "lastModified": 1736130495, + "narHash": "sha256-4i9nAJEZFv7vZMmrE0YG55I3Ggrtfo5/T07JEpEZ/RM=", "owner": "snowfallorg", "repo": "lib", - "rev": "5082cdac87c5fd99ef2ee5989d9f73888bc5ed14", + "rev": "02d941739f98a09e81f3d2d9b3ab08918958beac", "type": "github" }, "original": { "owner": "snowfallorg", "repo": "lib", - "rev": "5082cdac87c5fd99ef2ee5989d9f73888bc5ed14", "type": "github" } }, diff --git a/flake.nix b/flake.nix index e7d4839..e96f779 100644 --- a/flake.nix +++ b/flake.nix @@ -13,7 +13,7 @@ }; snowfall-lib = { - url = "github:snowfallorg/lib?rev=5082cdac87c5fd99ef2ee5989d9f73888bc5ed14"; + url = "github:snowfallorg/lib"; inputs.nixpkgs.follows = "nixpkgs"; };