about summary refs log tree commit diff
path: root/pkgs/data/documentation
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2021-12-24 05:47:25 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2021-12-24 05:47:25 +0000
commit5afab5f5827d10f442b067b381aa19a5a136a9c2 (patch)
tree13c6a61d356e65fe24771e64039f5201f2924f02 /pkgs/data/documentation
parente2b2136d6302cd2936b49eeda58b55816758a3aa (diff)
stdman: 2020.11.17 -> 2021.12.21
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 e0f08e6049d4b..c09c204c55a28 100644
--- a/pkgs/data/documentation/stdman/default.nix
+++ b/pkgs/data/documentation/stdman/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "stdman";
-  version = "2020.11.17";
+  version = "2021.12.21";
 
   src = fetchFromGitHub {
     owner = "jeaye";
     repo = "stdman";
     rev = version;
-    sha256 = "sha256-pzAVuXSuUfwI7gQpFqmH/+klSUH3KipZup2TgZs8XsY=";
+    sha256 = "sha256-wOMQzC5w8aDmxNxQ5HK8jMgoow1wXBfHGUwFBw2WiPA=";
   };
 
   outputDevdoc = "out";