diff --git a/pkgs/shells/nushell/default.nix b/pkgs/shells/nushell/default.nix index c8645262b20e..4da72442edc9 100644 --- a/pkgs/shells/nushell/default.nix +++ b/pkgs/shells/nushell/default.nix @@ -24,16 +24,16 @@ rustPlatform.buildRustPackage rec { pname = "nushell"; - version = "0.70.0"; + version = "0.71.0"; src = fetchFromGitHub { owner = pname; repo = pname; rev = version; - sha256 = "sha256-krsycaqT+MmpWEVNVqQQO2zrO9ymZIskgGgrzEMFP1s="; + sha256 = "sha256-81vyW5GovBnH3tLr77V2uLIkigymF+nOZ0F/J4eEu9Q="; }; - cargoSha256 = "sha256-Etw8F5alUNMlH0cvREPk2LdBQKl70dj6JklFZWInvow="; + cargoSha256 = "sha256-A7MvyAQpd05uSkTw2fgQAN45dqku1RWYag5LIkS6GnY="; # enable pkg-config feature of zstd cargoPatches = [ ./zstd-pkg-config.patch ];