mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 15:13:56 +02:00
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:
parent
83d57bf354
commit
f818ac61c2
2 changed files with 5 additions and 6 deletions
|
@ -21,9 +21,7 @@
|
|||
inputs.nixpkgs.follows = "nixsgx-flake/nixpkgs";
|
||||
};
|
||||
|
||||
crane = {
|
||||
url = "github:ipetkov/crane?tag=v0.17.3";
|
||||
};
|
||||
crane.url = "github:ipetkov/crane?ref=8ff9c457d60951bdd37a05ae903423de7ff55c6e"; # v0.19.3
|
||||
};
|
||||
|
||||
outputs = inputs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue