Merge pull request #31761 from Ralith/stdman

stdman: d860212 -> 2017.04.02

authored by Orivej Desh and committed by GitHub 76ed35a4 963204e6

+4 -4
+4 -4
pkgs/data/documentation/stdman/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "stdman-${version}"; 5 - version = "d860212"; 5 + version = "2017.04.02"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "jeaye"; 9 9 repo = "stdman"; 10 - rev = "d860212767ca60472e33aa3bad22a3eac834b1f8"; 11 - sha256 = "09c5gjhcz97ghfrv9zkgfb1wckvmqnhbzga0xidbm1ir7640di8l"; 10 + rev = "${version}"; 11 + sha256 = "1wfxd9ca8b9l976rnlhjd0sp364skfm99wxi633swwwjvhy26sgm"; 12 12 }; 13 13 14 14 outputDevdoc = "out"; ··· 21 21 buildInputs = [ curl ]; 22 22 23 23 meta = with stdenv.lib; { 24 - description = "Formatted C++11/14 stdlib man pages (cppreference)"; 24 + description = "Formatted C++17 stdlib man pages (cppreference)"; 25 25 longDescription = "stdman is a tool that parses archived HTML 26 26 files from cppreference and generates groff-formatted manual 27 27 pages for Unix-based systems. The goal is to provide excellent