lsd: 0.19.0 -> 0.20.1, add SuperSandro2000 as maintainer

This commit is contained in:
Sandro Jäckel 2021-03-08 03:26:00 +01:00
parent f39798eb72
commit 53883bbdd1
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

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