mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-12 08:40:11 +00:00
build(nix): use ref instead of tag in git input for uniffi
This commit is contained in:
parent
3eece261fd
commit
c6a5d1c8b2
2 changed files with 9 additions and 8 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue