chore(flake.nix): update crane to ref 8ff9c45

- Upgraded crane from v0.17.3 to v0.19.3 using a specific commit ref.
- Ensures compatibility with the latest improvements and fixes in crane.

Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
Harald Hoyer 2024-12-20 09:00:24 +01:00
parent 83d57bf354
commit f818ac61c2
Signed by: harald
GPG key ID: F519A1143B3FBE32
2 changed files with 5 additions and 6 deletions

7
flake.lock generated
View file

@ -2,15 +2,16 @@
"nodes": { "nodes": {
"crane": { "crane": {
"locked": { "locked": {
"lastModified": 1732407143, "lastModified": 1731974531,
"narHash": "sha256-qJOGDT6PACoX+GbNH2PPx2ievlmtT1NVeTB80EkRLys=", "narHash": "sha256-z7hiGBWsbWwSnu5UMmYyfHEehlSmfB8sCA8iH4nmxm8=",
"owner": "ipetkov", "owner": "ipetkov",
"repo": "crane", "repo": "crane",
"rev": "f2b4b472983817021d9ffb60838b2b36b9376b20", "rev": "8ff9c457d60951bdd37a05ae903423de7ff55c6e",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "ipetkov", "owner": "ipetkov",
"ref": "8ff9c457d60951bdd37a05ae903423de7ff55c6e",
"repo": "crane", "repo": "crane",
"type": "github" "type": "github"
} }

View file

@ -21,9 +21,7 @@
inputs.nixpkgs.follows = "nixsgx-flake/nixpkgs"; inputs.nixpkgs.follows = "nixsgx-flake/nixpkgs";
}; };
crane = { crane.url = "github:ipetkov/crane?ref=8ff9c457d60951bdd37a05ae903423de7ff55c6e"; # v0.19.3
url = "github:ipetkov/crane?tag=v0.17.3";
};
}; };
outputs = inputs: outputs = inputs: