build(nix): use ref instead of tag in git input for uniffi

This commit is contained in:
dusk 2025-04-12 23:44:12 +09:00
parent 3eece261fd
commit c6a5d1c8b2
No known key found for this signature in database
2 changed files with 9 additions and 8 deletions

View file

@ -16,7 +16,7 @@
nci.inputs.nixpkgs.follows = "nixpkgs";
nci.inputs.dream2nix.follows = "d2n";
nci.inputs.treefmt.follows = "treefmt";
uniffi-bindgen-cs.url = "git+https://github.com/NordSecurity/uniffi-bindgen-cs?tag=v0.8.3+v0.25.0&submodules=1";
uniffi-bindgen-cs.url = "git+https://github.com/NordSecurity/uniffi-bindgen-cs?ref=refs/tags/v0.8.3+v0.25.0&submodules=1";
uniffi-bindgen-cs.flake = false;
# misc
treefmt.url = "github:numtide/treefmt-nix";