Update pkgs/tools/misc/tldr/default.nix

Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
This commit is contained in:
K.B.Dharun Krishna
2023-05-10 12:04:42 +05:30
committed by GitHub
co-authored by Jörg Thalheim
parent 8259898643
commit dabb34841c
+1 -1
View File
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
owner = "tldr-pages";
repo = "tldr-cpp-client";
rev = "v${version}";
sha256 = "sha256-2cd16cd956d15b1d33d7a5e2a2566500ab5766d2fa1b9ee7e49e64acc0352785";
sha256 = "2cd16cd956d15b1d33d7a5e2a2566500ab5766d2fa1b9ee7e49e64acc0352785";
};
buildInputs = [ curl libzip ];