nushell: 0.74.0 -> 0.75.0

This commit is contained in:
R. Ryantm 2023-02-04 10:39:36 +00:00 committed by Matthieu Coudron
parent 241136cd46
commit 647ec19a60

View file

@ -26,16 +26,16 @@
rustPlatform.buildRustPackage rec {
pname = "nushell";
version = "0.74.0";
version = "0.75.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
sha256 = "sha256-KFCsZmD83FqnB553Tbub95I7s8QGBMZ3rviKAQNcKqA=";
sha256 = "sha256-u8/SvuR/RpJaBX4Dr3Onrk0AVpIAeVb+399+NUpgkfI=";
};
cargoSha256 = "sha256-DpPyvNr1gh7w9HesmkH6N3ZGOmoZx/BDOQ0fQk84bE8=";
cargoSha256 = "sha256-hnSumfZd9ylEx3dkTGW2s4VSv107MHOn21ytOcimhPw=";
# enable pkg-config feature of zstd
cargoPatches = [ ./zstd-pkg-config.patch ];