mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-14 09:40:10 +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": {
|
"uniffi-bindgen-cs": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1732196488,
|
"lastModified": 1725356776,
|
||||||
"narHash": "sha256-zqNUUFd3OSAwmMh+hnN6AVpGnwu+ZJ1jjivbzN1k5Io=",
|
"narHash": "sha256-w4K8BWMfUxohWE0nWpy3Qbc2CtRQTQ4dbER+sls61WI=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/tags/v0.8.3+v0.25.0",
|
||||||
"rev": "fe5cd23943fd3aec335e2bb8f709ec1956992ae9",
|
"rev": "f68639fbc720b50ebe561ba75c66c84dc456bdce",
|
||||||
"revCount": 115,
|
"revCount": 110,
|
||||||
"submodules": true,
|
"submodules": true,
|
||||||
"type": "git",
|
"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": {
|
"original": {
|
||||||
|
"ref": "refs/tags/v0.8.3+v0.25.0",
|
||||||
"submodules": true,
|
"submodules": true,
|
||||||
"type": "git",
|
"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.nixpkgs.follows = "nixpkgs";
|
||||||
nci.inputs.dream2nix.follows = "d2n";
|
nci.inputs.dream2nix.follows = "d2n";
|
||||||
nci.inputs.treefmt.follows = "treefmt";
|
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;
|
uniffi-bindgen-cs.flake = false;
|
||||||
# misc
|
# misc
|
||||||
treefmt.url = "github:numtide/treefmt-nix";
|
treefmt.url = "github:numtide/treefmt-nix";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue