Skip to content

Commit

Permalink
tldr: 1.2.0 -> 1.3.0 (#23465)
Browse files Browse the repository at this point in the history
  • Loading branch information
c0bw3b authored and vcunat committed Mar 6, 2017
1 parent a81fed0 commit 6cdff59
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/tools/misc/tldr/default.nix
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
name = "tldr-${version}";
version = "1.2.0";
version = "1.3.0";

src = fetchFromGitHub {
sha256 = "1dyvmxdxm92bfs5i6cngk8isa65qp6xlpim4yizs5rnm0rynf9kr";
rev = "v${version}";
repo = "tldr-cpp-client";
owner = "tldr-pages";
repo = "tldr-cpp-client";
rev = "v${version}";
sha256 = "10ylpiqc06p0qpma72vwksd7hd107s0vlx9c6s9rz4vc3i274lb6";
};

buildInputs = [ curl clang libzip ];
Expand Down

0 comments on commit 6cdff59

Please sign in to comment.