seth 2024-11-15 19:55:45 -05:00
parent 3af4d55839
commit 0a6475c1ff
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86
2 changed files with 3 additions and 3 deletions

View File

@ -8994,7 +8994,7 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
[[package]]
name = "tauri"
version = "2.1.0"
version = "2.1.1"
dependencies = [
"anyhow",
"bytes",

View File

@ -15,13 +15,13 @@
rustPlatform.buildRustPackage rec {
pname = "tauri";
version = "2.1.0";
version = "2.1.1";
src = fetchFromGitHub {
owner = "tauri-apps";
repo = "tauri";
rev = "refs/tags/tauri-v${version}";
hash = "sha256-n1rSffVef9G9qtLyheuK5k6anAHsZANSu0C73QDdg2o=";
hash = "sha256-HPmViOowP1xAjDJ89YS0BTjNnKI1P0L777ywkqAhhc4=";
};
cargoLock = {