nushell 0 -> 1 attrpath: nushell Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] skipping because derivation has updateScript [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/f6zspg1cblkyqxqyikzsshs0gcqjl1jp-packages.json.drv building '/nix/store/f6zspg1cblkyqxqyikzsshs0gcqjl1jp-packages.json.drv'... Going to be running update for following packages: - nushell-0.92.0 Press Enter key to continue... Running update for: - nushell-0.92.0: UPDATING ... - nushell-0.92.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/shells/nushell/default.nix b/pkgs/shells/nushell/default.nix index 527178304ef8..de838b972950 100644 --- a/pkgs/shells/nushell/default.nix +++ b/pkgs/shells/nushell/default.nix @@ -24,7 +24,7 @@ }: let - version = "0.92.0"; + version = "0.92.1"; in rustPlatform.buildRustPackage { @@ -35,10 +35,10 @@ rustPlatform.buildRustPackage { owner = "nushell"; repo = "nushell"; rev = version; - hash = "sha256-k1YBKLRKqHIQ4k1tTtQ4OxJ+UFWrpGi3j/XoRTSJLIk="; + hash = "sha256-itr/n8fodi9EvED6j4UMGFUaF42UVhgkGws8A5JqBA8="; }; - cargoHash = "sha256-A+3ge+R0TZ4gRf4fZlFbIttb1IzFR2GfEo/2PmRZAyc="; + cargoHash = "sha256-s2O/6g3+fAkiqZwq3PUDpaFtG+uj/3pSs3eZbCbAcuQ="; nativeBuildInputs = [ pkg-config ] ++ lib.optionals (withDefaultFeatures && stdenv.isLinux) [ python3 ] No auto update branch exists Successfully finished processing cachix "/nix/store/27r986mkic46mzc303gn2gq71fqac4qa-nushell-0.92.1" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
3 packages failed to build:
2 packages built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from passthru.updateScript. meta.description for nushell is: A modern shell written in Rust meta.homepage for nushell is: https://www.nushell.sh/ ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes - [Release on GitHub](https://github.com/nushell/nushell/releases/tag/0.92.1) - [Compare changes on GitHub](https://github.com/nushell/nushell/compare/0.92.0...0.92.1) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.92.1 with grep in /nix/store/27r986mkic46mzc303gn2gq71fqac4qa-nushell-0.92.1 - found 0.92.1 in filename of file in /nix/store/27r986mkic46mzc303gn2gq71fqac4qa-nushell-0.92.1 ---
Rebuild report (if merged into master) (click to expand) ``` 6 total rebuild path(s) 6 package rebuild(s) First fifty rebuilds by attrpath nushell nushellFull nushellPlugins.formats nushellPlugins.gstat nushellPlugins.query tests.writers.simple.nu ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/27r986mkic46mzc303gn2gq71fqac4qa-nushell-0.92.1 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A nushell https://github.com/r-ryantm/nixpkgs/archive/503665e436b2cb872da68b85f1654b5a9c57e02f.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/503665e436b2cb872da68b85f1654b5a9c57e02f#nushell ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/27r986mkic46mzc303gn2gq71fqac4qa-nushell-0.92.1 ls -la /nix/store/27r986mkic46mzc303gn2gq71fqac4qa-nushell-0.92.1/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
3 packages failed to build:
2 packages built:
--- ###### Maintainer pings cc @Br1ght0ne @JohnTitor @marsam @JoaquinTrinanes for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/301583