Skip to content

Commit

Permalink
cargo-tauri: 2.1.0 -> 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
getchoo committed Nov 16, 2024
1 parent 3af4d55 commit 0a6475c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkgs/by-name/ca/cargo-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pkgs/by-name/ca/cargo-tauri/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 0a6475c

Please sign in to comment.