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/6w6849in07w41djrkdsp4hipgi8mcvk8-packages.json.drv building '/nix/store/6w6849in07w41djrkdsp4hipgi8mcvk8-packages.json.drv'... Going to be running update for following packages: - nushell-0.89.0 Press Enter key to continue... Running update for: - nushell-0.89.0: UPDATING ... - nushell-0.89.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/shells/nushell/default.nix b/pkgs/shells/nushell/default.nix index 8f215945dd41..74775e7c402c 100644 --- a/pkgs/shells/nushell/default.nix +++ b/pkgs/shells/nushell/default.nix @@ -22,7 +22,7 @@ }: let - version = "0.89.0"; + version = "0.90.1"; in rustPlatform.buildRustPackage { @@ -33,10 +33,10 @@ rustPlatform.buildRustPackage { owner = "nushell"; repo = "nushell"; rev = version; - hash = "sha256-sBS24FOdEhb+MPu33lpFxLd2/r2AvLUXka+7W3lUIvo="; + hash = "sha256-MODd2BT2g6g5H6/1EG5OjIoYm18yBSvYTR83RuYDMec="; }; - cargoHash = "sha256-B1Sd4dLacIIVNQDnBFw74nX+LaQnzYwCKXv3oJIbu4M="; + cargoHash = "sha256-35KPY5t4aozHIcukmeS00g6tzZA9ZsS/44u9vpZ3oGQ="; nativeBuildInputs = [ pkg-config ] ++ lib.optionals (withDefaultFeatures && stdenv.isLinux) [ python3 ] No auto update branch exists There might already be an open PR for this update: - nushellFull: 0.89.0 -> 0.90.1 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/286923"