Merge pull request #151968 from r-ryantm/auto-update/stdman
stdman: 2020.11.17 -> 2021.12.21
This commit is contained in:
commit
7883f6a958
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "stdman";
|
pname = "stdman";
|
||||||
version = "2020.11.17";
|
version = "2021.12.21";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "jeaye";
|
owner = "jeaye";
|
||||||
repo = "stdman";
|
repo = "stdman";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-pzAVuXSuUfwI7gQpFqmH/+klSUH3KipZup2TgZs8XsY=";
|
sha256 = "sha256-wOMQzC5w8aDmxNxQ5HK8jMgoow1wXBfHGUwFBw2WiPA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputDevdoc = "out";
|
outputDevdoc = "out";
|
||||||
|
|
Loading…
Reference in a new issue