From d206ddfbf83c05c601d5019c4b68bdaddf03be6b Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 10 Sep 2022 03:52:28 +0000 Subject: nushell: 0.67.0 -> 0.68.1 --- pkgs/shells/nushell/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/shells/nushell/default.nix') diff --git a/pkgs/shells/nushell/default.nix b/pkgs/shells/nushell/default.nix index 0a4070d50db41..676e1be3ec30d 100644 --- a/pkgs/shells/nushell/default.nix +++ b/pkgs/shells/nushell/default.nix @@ -24,16 +24,16 @@ rustPlatform.buildRustPackage rec { pname = "nushell"; - version = "0.67.0"; + version = "0.68.1"; src = fetchFromGitHub { owner = pname; repo = pname; rev = version; - sha256 = "sha256-O5uM27DvcpwlZStFFLYRDRtFXzAzUdG7v0phK9LJsSo="; + sha256 = "sha256-PE6UewAE7z0Ie5aFocDK3Qu0Y4ppuPtpD6tDnYfM11Y="; }; - cargoSha256 = "sha256-eGUI+/Vmqv+BCIQCGoF4Egf3oNyonM3tpt1R3EjIocQ="; + cargoSha256 = "sha256-7guFkR/paL8jk5YwiRNMbWCyA6DqOaLGTmbWHAWDxRw="; # enable pkg-config feature of zstd cargoPatches = [ ./zstd-pkg-config.patch ]; -- cgit 1.4.1