stdman: d860212 -> 2017.04.02

This commit is contained in:
Benjamin Saunders 2017-11-16 16:34:48 -08:00
parent aeff3080d0
commit b1fa601f17

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "stdman-${version}";
version = "d860212";
version = "2017.04.02";
src = fetchFromGitHub {
owner = "jeaye";
repo = "stdman";
rev = "d860212767ca60472e33aa3bad22a3eac834b1f8";
sha256 = "09c5gjhcz97ghfrv9zkgfb1wckvmqnhbzga0xidbm1ir7640di8l";
rev = "${version}";
sha256 = "1wfxd9ca8b9l976rnlhjd0sp364skfm99wxi633swwwjvhy26sgm";
};
outputDevdoc = "out";
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
buildInputs = [ curl ];
meta = with stdenv.lib; {
description = "Formatted C++11/14 stdlib man pages (cppreference)";
description = "Formatted C++17 stdlib man pages (cppreference)";
longDescription = "stdman is a tool that parses archived HTML
files from cppreference and generates groff-formatted manual
pages for Unix-based systems. The goal is to provide excellent