Loading pkgs/development/tools/rust/cargo-lambda/default.nix +11 −3 Original line number Diff line number Diff line Loading @@ -15,16 +15,16 @@ rustPlatform.buildRustPackage rec { pname = "cargo-lambda"; version = "1.2.1"; version = "1.3.0"; src = fetchFromGitHub { owner = pname; repo = pname; rev = "v${version}"; hash = "sha256-E9jUlEiHyf5UR/UZxJj9LTfyAxGR/WsvRQdFdIVvLG8="; hash = "sha256-6259HRTMQZWQ8wDcsExvUVzl9IaChsMmB6zaVAeSSAM="; }; cargoHash = "sha256-IXMkgpyYwll8NwTXRffbsSP5uFHGJe1n2RQ1Mbu+E70="; cargoHash = "sha256-fMQFifEnEsDU99vWifPWgHpGGZae84xez3m01MLK7Mo="; nativeCheckInputs = [cacert]; Loading @@ -49,6 +49,14 @@ rustPlatform.buildRustPackage rec { "--skip=test_init_subcommand_without_override" "--skip=test_build_example" "--skip=test_deploy_workspace" "--skip=test_add_files" "--skip=test_consistent_hash" "--skip=test_create_binary_archive_from_target" "--skip=test_create_binary_archive_with_base_path" "--skip=test_zip_extension" "--skip=test_zip_funcion" "--skip=test_zip_funcion_with_files" "--skip=test_zip_internal_extension" ]; # remove date from version output to make reproducible Loading Loading
pkgs/development/tools/rust/cargo-lambda/default.nix +11 −3 Original line number Diff line number Diff line Loading @@ -15,16 +15,16 @@ rustPlatform.buildRustPackage rec { pname = "cargo-lambda"; version = "1.2.1"; version = "1.3.0"; src = fetchFromGitHub { owner = pname; repo = pname; rev = "v${version}"; hash = "sha256-E9jUlEiHyf5UR/UZxJj9LTfyAxGR/WsvRQdFdIVvLG8="; hash = "sha256-6259HRTMQZWQ8wDcsExvUVzl9IaChsMmB6zaVAeSSAM="; }; cargoHash = "sha256-IXMkgpyYwll8NwTXRffbsSP5uFHGJe1n2RQ1Mbu+E70="; cargoHash = "sha256-fMQFifEnEsDU99vWifPWgHpGGZae84xez3m01MLK7Mo="; nativeCheckInputs = [cacert]; Loading @@ -49,6 +49,14 @@ rustPlatform.buildRustPackage rec { "--skip=test_init_subcommand_without_override" "--skip=test_build_example" "--skip=test_deploy_workspace" "--skip=test_add_files" "--skip=test_consistent_hash" "--skip=test_create_binary_archive_from_target" "--skip=test_create_binary_archive_with_base_path" "--skip=test_zip_extension" "--skip=test_zip_funcion" "--skip=test_zip_funcion_with_files" "--skip=test_zip_internal_extension" ]; # remove date from version output to make reproducible Loading