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

15
flake.lock generated
View file

@ -327,19 +327,20 @@
"uniffi-bindgen-cs": {
"flake": false,
"locked": {
"lastModified": 1732196488,
"narHash": "sha256-zqNUUFd3OSAwmMh+hnN6AVpGnwu+ZJ1jjivbzN1k5Io=",
"ref": "refs/heads/main",
"rev": "fe5cd23943fd3aec335e2bb8f709ec1956992ae9",
"revCount": 115,
"lastModified": 1725356776,
"narHash": "sha256-w4K8BWMfUxohWE0nWpy3Qbc2CtRQTQ4dbER+sls61WI=",
"ref": "refs/tags/v0.8.3+v0.25.0",
"rev": "f68639fbc720b50ebe561ba75c66c84dc456bdce",
"revCount": 110,
"submodules": true,
"type": "git",
"url": "https://github.com/NordSecurity/uniffi-bindgen-cs?tag=v0.8.3%2Bv0.25.0"
"url": "https://github.com/NordSecurity/uniffi-bindgen-cs"
},
"original": {
"ref": "refs/tags/v0.8.3+v0.25.0",
"submodules": true,
"type": "git",
"url": "https://github.com/NordSecurity/uniffi-bindgen-cs?tag=v0.8.3%2Bv0.25.0"
"url": "https://github.com/NordSecurity/uniffi-bindgen-cs"
}
}
},

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";