Merge pull request #115376 from SuperSandro2000/lsd

lsd: 0.19.0 -> 0.20.1, add SuperSandro2000 as maintainer
This commit is contained in:
Oleksii Filonenko 2021-03-08 10:55:07 +02:00 committed by GitHub
commit 0d2fd26bcc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,16 +7,16 @@
rustPlatform.buildRustPackage rec {
pname = "lsd";
version = "0.19.0";
version = "0.20.1";
src = fetchFromGitHub {
owner = "Peltoche";
repo = pname;
rev = version;
sha256 = "1iiczdsqw0i6cz492177z6lr8s7fikn151j8p76fmr77zk0bm6q2";
sha256 = "sha256-r/Rllu+tgKqz+vkxA8BSN+3V0lUUd6dEATfickQp4+s=";
};
cargoSha256 = "1r2mkpicsyihlrim3bnmscgg5rnaijpvgq8c846zqj7ly8v8qqvg";
cargoSha256 = "sha256-ZK4kKdW+TqT0NXzB1wtQwJA78cVRxvEoqImOIqLldvM=";
nativeBuildInputs = [ installShellFiles ];
postInstall = ''
@ -32,6 +32,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/Peltoche/lsd";
description = "The next gen ls command";
license = licenses.asl20;
maintainers = with maintainers; [ Br1ght0ne marsam zowoq ];
maintainers = with maintainers; [ Br1ght0ne marsam zowoq SuperSandro2000 ];
};
}