diff --git a/flake.lock b/flake.lock index 0e29c367..3a7c37d4 100644 --- a/flake.lock +++ b/flake.lock @@ -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" } } }, diff --git a/flake.nix b/flake.nix index 5debf1e1..6ff4a7a8 100644 --- a/flake.nix +++ b/flake.nix @@ -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";