about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorOleksii Filonenko <brightone@protonmail.com>2021-03-08 10:55:07 +0200
committerGitHub <noreply@github.com>2021-03-08 10:55:07 +0200
commit0d2fd26bccc83e0fa26e51ac213a9baa06710240 (patch)
tree8b187adbfb6b07f86a2c7d63e6d9f8fe54cf41a5 /pkgs
parent806f057eff6179b9f232bda9bc13395bd1224430 (diff)
parent53883bbdd1525d76150fc0b74298f3148c049085 (diff)
Merge pull request #115376 from SuperSandro2000/lsd
lsd: 0.19.0 -> 0.20.1, add SuperSandro2000 as maintainer
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/misc/lsd/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/tools/misc/lsd/default.nix b/pkgs/tools/misc/lsd/default.nix
index c3c9fab8c1eda..212cc997e7680 100644
--- a/pkgs/tools/misc/lsd/default.nix
+++ b/pkgs/tools/misc/lsd/default.nix
@@ -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 ];
   };
 }