Merge pull request #115591 from r-ryantm/auto-update/stdman

stdman: 2018.03.11 -> 2020.11.17
This commit is contained in:
Ben Siraphob 2021-07-31 19:06:48 +07:00 committed by GitHub
commit edf840bb60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "stdman";
version = "2018.03.11";
version = "2020.11.17";
src = fetchFromGitHub {
owner = "jeaye";
repo = "stdman";
rev = version;
sha256 = "1017vwhcwlwi5sa8h6pkhj048in826wxnhl6qarykmzksvidff3r";
sha256 = "sha256-pzAVuXSuUfwI7gQpFqmH/+klSUH3KipZup2TgZs8XsY=";
};
outputDevdoc = "out";