Merge pull request #190623 from r-ryantm/auto-update/nushell

nushell: 0.67.0 -> 0.68.1
This commit is contained in:
Mario Rodas 2022-09-10 18:09:19 -05:00 committed by GitHub
commit 66e4874b94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];