lsd: 0.17.0 -> 0.18.0

This commit is contained in:
Mario Rodas 2020-08-29 04:20:00 +00:00
parent 10ee14442d
commit 9f3c0b29c7

View file

@ -6,16 +6,16 @@
rustPlatform.buildRustPackage rec {
pname = "lsd";
version = "0.17.0";
version = "0.18.0";
src = fetchFromGitHub {
owner = "Peltoche";
repo = pname;
rev = version;
sha256 = "1vyww54fl4yfvszr0dh8ym2jd9gilrccmwkvl7rbx70sfqzsgaai";
sha256 = "006fy87jrb77cpa6bywchcvq1p74vlpy151q1j4nsj8npbr02krj";
};
cargoSha256 = "13g0p6zh2b1z005lszll098d4lv62dzsxwhl76bianzrydif61lr";
cargoSha256 = "0mrvcca9y0vylcrbfxxba45v05qxd8z91vb4in88px60xah0dy3q";
nativeBuildInputs = [ installShellFiles ];
postInstall = ''