amazon-qldb-shell 2.0.1 -> 2.0.2 https://github.com/awslabs/amazon-qldb-shell/releases attrpath: amazon-qldb-shell Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/tools/amazon-qldb-shell/default.nix b/pkgs/development/tools/amazon-qldb-shell/default.nix index 2aa7ba99479d..28a70285e865 100644 --- a/pkgs/development/tools/amazon-qldb-shell/default.nix +++ b/pkgs/development/tools/amazon-qldb-shell/default.nix @@ -9,7 +9,7 @@ let pname = "amazon-qldb-shell"; - version = "2.0.1"; + version = "2.0.2"; package = rustPlatform.buildRustPackage { inherit pname version; @@ -17,7 +17,7 @@ let owner = "awslabs"; repo = pname; rev = "v${version}"; - sha256 = "sha256-aXScqJ1LijMSAy9YkS5QyXtTqxd19lLt3BbyVXlbw8o="; + sha256 = "sha256-n4anljlPGtRr8Uuz5pLVKEfoRXzcn1RsEXdDvg/NuJ0="; }; nativeBuildInputs = [ cmake rustPlatform.bindgenHook ]; Received ExitFailure 1 when running Raw command: /nix/store/r992f8xgxqsbizyp409hcmpzf72m6j59-nix-2.18.5/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A amazon-qldb-shell Received ExitFailure 1 when running Raw command: /nix/store/r992f8xgxqsbizyp409hcmpzf72m6j59-nix-2.18.5/bin/nix --extra-experimental-features nix-command log -f . amazon-qldb-shell Standard output: error: … in the condition of the assert statement at /var/cache/nixpkgs-update/worker/worktree/amazon-qldb-shell/lib/customisation.nix:365:17: 364| in commonAttrs // { 365| drvPath = assert condition; drv.drvPath; | ^ 366| outPath = assert condition; drv.outPath; … while evaluating the attribute 'handled' at /var/cache/nixpkgs-update/worker/worktree/amazon-qldb-shell/pkgs/stdenv/generic/check-meta.nix:507:7: 506| # or, alternatively, just output a warning message. 507| handled = | ^ 508| ( (stack trace truncated; use '--show-trace' to show the full trace) error: Package ‘amazon-qldb-shell-2.0.2’ in /var/cache/nixpkgs-update/worker/worktree/amazon-qldb-shell/pkgs/development/tools/amazon-qldb-shell/default.nix:36 is marked as broken, refusing to evaluate. a) To temporarily allow broken packages, you can use an environment variable for a single invocation of the nix tools. $ export NIXPKGS_ALLOW_BROKEN=1 Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, then pass `--impure` in order to allow use of environment variables. b) For `nixos-rebuild` you can set { nixpkgs.config.allowBroken = true; } in configuration.nix to override this. c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add { allowBroken = true; } to ~/.config/nixpkgs/config.nix.