haskellPackages.vaultenv 0.16.0 -> 0.17.0 https://github.com/channable/vaultenv/releases attrpath: haskellPackages.vaultenv 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/haskell/vaultenv/default.nix b/pkgs/development/tools/haskell/vaultenv/default.nix index e3adef875245..ebdb8eb7ccd1 100644 --- a/pkgs/development/tools/haskell/vaultenv/default.nix +++ b/pkgs/development/tools/haskell/vaultenv/default.nix @@ -29,13 +29,13 @@ }: mkDerivation rec { pname = "vaultenv"; - version = "0.16.0"; + version = "0.17.0"; src = fetchFromGitHub { owner = "channable"; repo = "vaultenv"; rev = "v${version}"; - sha256 = "sha256-EPu4unzXIg8naFUEZwbJ2VJXD/TeCiKzPHCXnRkdyBE="; + sha256 = "sha256-Jb+Y/Cbapw2ZCXMwXMw1hsy0vT/K8mM/A/Z1all7y+A="; }; buildTools = [ hpack ]; Received ExitFailure 1 when running Raw command: /nix/store/pf3c5fg5jb2mfa3ysmayk4xv2r9wb8iw-nix-2.18.5/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A haskellPackages.vaultenv Received ExitFailure 1 when running Raw command: /nix/store/pf3c5fg5jb2mfa3ysmayk4xv2r9wb8iw-nix-2.18.5/bin/nix --extra-experimental-features nix-command log -f . haskellPackages.vaultenv Standard output: error: … while calling the 'derivationStrict' builtin at /builtin/derivation.nix:9:12: (source not available) … while evaluating derivation 'vaultenv-0.17.0' whose name attribute is located at /var/cache/nixpkgs-update/worker/worktree/haskellPackages.vaultenv/pkgs/stdenv/generic/make-derivation.nix:334:7 … while evaluating attribute 'buildInputs' of derivation 'vaultenv-0.17.0' at /var/cache/nixpkgs-update/worker/worktree/haskellPackages.vaultenv/pkgs/stdenv/generic/make-derivation.nix:381:7: 380| depsHostHost = elemAt (elemAt dependencies 1) 0; 381| buildInputs = elemAt (elemAt dependencies 1) 1; | ^ 382| depsTargetTarget = elemAt (elemAt dependencies 2) 0; error: Package ‘connection-0.3.1’ in /var/cache/nixpkgs-update/worker/worktree/haskellPackages.vaultenv/pkgs/development/haskell-modules/hackage-packages.nix:74096 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.