File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
pkgs/by-name/ca/cargo-tauri Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1313
1414rustPlatform . buildRustPackage rec {
1515 pname = "tauri" ;
16- version = "2.2.7 " ;
16+ version = "2.3.1 " ;
1717
1818 src = fetchFromGitHub {
1919 owner = "tauri-apps" ;
2020 repo = "tauri" ;
2121 tag = "tauri-cli-v${ version } " ;
22- hash = "sha256-BUZMIrPaeoYgmzzkPNEf83KjeiY9dlObivlC3jO5vIc =" ;
22+ hash = "sha256-EQ/df2fPhB4j6HcBjnwwSES8l65QU0VUjkMJfDBh5MA =" ;
2323 } ;
2424
2525 useFetchCargoVendor = true ;
26- cargoHash = "sha256-OhKp7fZjsVrB/ipvzFAei7kRqYgybrSm6uZRAnijKek =" ;
26+ cargoHash = "sha256-d+d2QFZfGZ9n3wefxWaQC3ePmokAV5J5743jLYjfI2s =" ;
2727
2828 nativeBuildInputs = [ pkg-config ] ;
2929
@@ -56,7 +56,7 @@ rustPlatform.buildRustPackage rec {
5656 meta = {
5757 description = "Build smaller, faster, and more secure desktop applications with a web frontend" ;
5858 homepage = "https://tauri.app/" ;
59- changelog = "https://github.com/tauri-apps/tauri/releases/tag/tauri-v ${ version } " ;
59+ changelog = "https://github.com/tauri-apps/tauri/releases/tag/${ src . tag } " ;
6060 license = with lib . licenses ; [
6161 asl20 # or
6262 mit
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ stdenv.mkDerivation (finalAttrs: {
3434 src
3535 ;
3636
37- hash = "sha256-zG4TmZlZ6oPvbDr3a8RlhM6ivtMG+vWox/OJETSUR2A =" ;
37+ hash = "sha256-qomBrnpJeFuDr3Vz173uYrMxTvVgu/qJvMAOYII4smI =" ;
3838 } ;
3939
4040 nativeBuildInputs = [
You can’t perform that action at this time.
0 commit comments