File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
pkgs/by-name/ca/cargo-tauri Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313
1414rustPlatform . buildRustPackage rec {
1515 pname = "tauri" ;
16- version = "2.1.1 " ;
16+ version = "2.2.0 " ;
1717
1818 src = fetchFromGitHub {
1919 owner = "tauri-apps" ;
2020 repo = "tauri" ;
2121 tag = "tauri-v${ version } " ;
22- hash = "sha256-HPmViOowP1xAjDJ89YS0BTjNnKI1P0L777ywkqAhhc4 =" ;
22+ hash = "sha256-lkTkRNJIdGMJCkqxpBAM4r3JzO55nCjl2l+1xjsCtRI =" ;
2323 } ;
2424
2525 useFetchCargoVendor = true ;
26- cargoHash = "sha256-BwNsr/CclSA9CIGVjKjaMM560hgUYirmpRm4Q8hNkkc =" ;
26+ cargoHash = "sha256-fZ3SGF+iIeu9TIyJvKm8vAo2PUT1VREyTKUpcqyC5vo =" ;
2727
2828 nativeBuildInputs = [ pkg-config ] ;
2929
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ stdenv.mkDerivation (finalAttrs: {
3434 src
3535 ;
3636
37- hash = "sha256-kTr61DFPIIYceB8tZrKFaMG65CZ//djGEOQBLRNPotk =" ;
37+ hash = "sha256-jrp7epYWnfyqQbNL+XhrO4NvSTt2NOMd/icfbUYLvpA =" ;
3838 } ;
3939
4040 nativeBuildInputs = [
You can’t perform that action at this time.
0 commit comments