diff --git a/flake.lock b/flake.lock index 448268e..5185d1b 100644 --- a/flake.lock +++ b/flake.lock @@ -2,16 +2,17 @@ "nodes": { "crane": { "locked": { - "lastModified": 1734541973, - "narHash": "sha256-1wIgLmhvtfxbJVnhFHUYhPqL3gpLn5JhiS4maaD9RRk=", + "lastModified": 1733286231, + "narHash": "sha256-mlIDSv1/jqWnH8JTiOV7GMUNPCXL25+6jmD+7hdxx5o=", "owner": "ipetkov", "repo": "crane", - "rev": "fdd502f921936105869eba53db6593fc2a424c16", + "rev": "af1556ecda8bcf305820f68ec2f9d77b41d9cc80", "type": "github" }, "original": { "owner": "ipetkov", "repo": "crane", + "rev": "af1556ecda8bcf305820f68ec2f9d77b41d9cc80", "type": "github" } }, diff --git a/flake.nix b/flake.nix index e1f861e..e96747d 100644 --- a/flake.nix +++ b/flake.nix @@ -5,7 +5,7 @@ nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; crane = { - url = "github:ipetkov/crane"; + url = "github:ipetkov/crane/af1556ecda8bcf305820f68ec2f9d77b41d9cc80"; }; flake-utils.url = "github:numtide/flake-utils";