diff --git a/flake.lock b/flake.lock index 2a3bebf1..e265d0c3 100644 --- a/flake.lock +++ b/flake.lock @@ -2,16 +2,17 @@ "nodes": { "crane": { "locked": { - "lastModified": 1768873933, - "narHash": "sha256-CfyzdaeLNGkyAHp3kT5vjvXhA1pVVK7nyDziYxCPsNk=", + "lastModified": 1737689766, + "narHash": "sha256-ivVXYaYlShxYoKfSo5+y5930qMKKJ8CLcAoIBPQfJ6s=", "owner": "ipetkov", "repo": "crane", - "rev": "0bda7e7d005ccb5522a76d11ccfbf562b71953ca", + "rev": "6fe74265bbb6d016d663b1091f015e2976c4a527", "type": "github" }, "original": { "owner": "ipetkov", "repo": "crane", + "rev": "6fe74265bbb6d016d663b1091f015e2976c4a527", "type": "github" } }, diff --git a/flake.nix b/flake.nix index cb51ac2d..979fa8eb 100644 --- a/flake.nix +++ b/flake.nix @@ -11,7 +11,8 @@ "github:oxalica/rust-overlay/ab726555a9a72e6dc80649809147823a813fa95b"; inputs.rust-overlay.inputs.nixpkgs.follows = "nixpkgs"; - inputs.crane.url = "github:ipetkov/crane"; + # Crane as of 2025-01-24 + inputs.crane.url = "github:ipetkov/crane/6fe74265bbb6d016d663b1091f015e2976c4a527"; inputs.flake-compat.url = "github:nix-community/flake-compat"; inputs.flake-utils.url = "github:numtide/flake-utils";