mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-06 05:47:53 +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
15
flake.lock
generated
15
flake.lock
generated
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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