summary refs log tree commit diff
path: root/pkgs/data/documentation
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-03-30 10:33:14 -0700
committerobadz <obadz-git@obadz.com>2018-03-30 19:57:10 +0100
commit965821ff42514eab76eb174c0a3d0eb0467ca607 (patch)
treef498de90fb052ab970f2615cb18511850aa7a65c /pkgs/data/documentation
parente28170ccc8d23887fbdb2d8fd4cde99bac98d662 (diff)
downloadnixpkgs-965821ff42514eab76eb174c0a3d0eb0467ca607.tar
nixpkgs-965821ff42514eab76eb174c0a3d0eb0467ca607.tar.gz
nixpkgs-965821ff42514eab76eb174c0a3d0eb0467ca607.tar.bz2
nixpkgs-965821ff42514eab76eb174c0a3d0eb0467ca607.tar.lz
nixpkgs-965821ff42514eab76eb174c0a3d0eb0467ca607.tar.xz
nixpkgs-965821ff42514eab76eb174c0a3d0eb0467ca607.tar.zst
nixpkgs-965821ff42514eab76eb174c0a3d0eb0467ca607.zip
stdman: 2017.04.02 -> 2018.03.11
Semi-automatic update generated by https://github.com/ryantm/nix-update tools.

This update was made based on information from https://repology.org/metapackage/stdman/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- directory tree listing: https://gist.github.com/61aadf45c197a34f488d838b7d3dd602
Diffstat (limited to 'pkgs/data/documentation')
-rw-r--r--pkgs/data/documentation/stdman/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/data/documentation/stdman/default.nix b/pkgs/data/documentation/stdman/default.nix
index 59a7612c6aa..25df45258a6 100644
--- a/pkgs/data/documentation/stdman/default.nix
+++ b/pkgs/data/documentation/stdman/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   name = "stdman-${version}";
-  version = "2017.04.02";
+  version = "2018.03.11";
 
   src = fetchFromGitHub {
     owner = "jeaye";
     repo = "stdman";
     rev = "${version}";
-    sha256 = "1wfxd9ca8b9l976rnlhjd0sp364skfm99wxi633swwwjvhy26sgm";
+    sha256 = "1017vwhcwlwi5sa8h6pkhj048in826wxnhl6qarykmzksvidff3r";
   };
 
   outputDevdoc = "out";