Unverified Commit e3d23875 authored by K.B.Dharun Krishna's avatar K.B.Dharun Krishna Committed by GitHub
Browse files

tldr/default.nix: update hash

parent 828a2266
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];