tldr/default.nix: update hash

This commit is contained in:
K.B.Dharun Krishna 2023-05-10 15:10:20 +05:30 committed by GitHub
parent 828a2266a6
commit e3d238756c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
owner = "tldr-pages";
repo = "tldr-cpp-client";
rev = "v${version}";
sha256 = "2cd16cd956d15b1d33d7a5e2a2566500ab5766d2fa1b9ee7e49e64acc0352785";
sha256 = "sha256-9pBMo+t/44tuT/CisS0w60KaKXjPfNTMr2v6Ftjaf1k=";
};
buildInputs = [ curl libzip ];