Loading pkgs/by-name/ca/cargo-tauri/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -13,17 +13,17 @@ rustPlatform.buildRustPackage rec { pname = "tauri"; version = "2.2.7"; version = "2.3.1"; src = fetchFromGitHub { owner = "tauri-apps"; repo = "tauri"; tag = "tauri-cli-v${version}"; hash = "sha256-BUZMIrPaeoYgmzzkPNEf83KjeiY9dlObivlC3jO5vIc="; hash = "sha256-EQ/df2fPhB4j6HcBjnwwSES8l65QU0VUjkMJfDBh5MA="; }; useFetchCargoVendor = true; cargoHash = "sha256-OhKp7fZjsVrB/ipvzFAei7kRqYgybrSm6uZRAnijKek="; cargoHash = "sha256-d+d2QFZfGZ9n3wefxWaQC3ePmokAV5J5743jLYjfI2s="; nativeBuildInputs = [ pkg-config ]; Loading Loading @@ -56,7 +56,7 @@ rustPlatform.buildRustPackage rec { meta = { description = "Build smaller, faster, and more secure desktop applications with a web frontend"; homepage = "https://tauri.app/"; changelog = "https://github.com/tauri-apps/tauri/releases/tag/tauri-v${version}"; changelog = "https://github.com/tauri-apps/tauri/releases/tag/${src.tag}"; license = with lib.licenses; [ asl20 # or mit Loading pkgs/by-name/ca/cargo-tauri/test-app.nix +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ stdenv.mkDerivation (finalAttrs: { src ; hash = "sha256-zG4TmZlZ6oPvbDr3a8RlhM6ivtMG+vWox/OJETSUR2A="; hash = "sha256-qomBrnpJeFuDr3Vz173uYrMxTvVgu/qJvMAOYII4smI="; }; nativeBuildInputs = [ Loading Loading
pkgs/by-name/ca/cargo-tauri/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -13,17 +13,17 @@ rustPlatform.buildRustPackage rec { pname = "tauri"; version = "2.2.7"; version = "2.3.1"; src = fetchFromGitHub { owner = "tauri-apps"; repo = "tauri"; tag = "tauri-cli-v${version}"; hash = "sha256-BUZMIrPaeoYgmzzkPNEf83KjeiY9dlObivlC3jO5vIc="; hash = "sha256-EQ/df2fPhB4j6HcBjnwwSES8l65QU0VUjkMJfDBh5MA="; }; useFetchCargoVendor = true; cargoHash = "sha256-OhKp7fZjsVrB/ipvzFAei7kRqYgybrSm6uZRAnijKek="; cargoHash = "sha256-d+d2QFZfGZ9n3wefxWaQC3ePmokAV5J5743jLYjfI2s="; nativeBuildInputs = [ pkg-config ]; Loading Loading @@ -56,7 +56,7 @@ rustPlatform.buildRustPackage rec { meta = { description = "Build smaller, faster, and more secure desktop applications with a web frontend"; homepage = "https://tauri.app/"; changelog = "https://github.com/tauri-apps/tauri/releases/tag/tauri-v${version}"; changelog = "https://github.com/tauri-apps/tauri/releases/tag/${src.tag}"; license = with lib.licenses; [ asl20 # or mit Loading
pkgs/by-name/ca/cargo-tauri/test-app.nix +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ stdenv.mkDerivation (finalAttrs: { src ; hash = "sha256-zG4TmZlZ6oPvbDr3a8RlhM6ivtMG+vWox/OJETSUR2A="; hash = "sha256-qomBrnpJeFuDr3Vz173uYrMxTvVgu/qJvMAOYII4smI="; }; nativeBuildInputs = [ Loading