stdman: 2021.12.21 -> 2022.07.30

This commit is contained in:
R. Ryantm 2022-08-16 23:31:36 +00:00
parent ce7b4fd5a6
commit 5333e243e9

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "stdman";
version = "2021.12.21";
version = "2022.07.30";
src = fetchFromGitHub {
owner = "jeaye";
repo = "stdman";
rev = version;
sha256 = "sha256-wOMQzC5w8aDmxNxQ5HK8jMgoow1wXBfHGUwFBw2WiPA=";
sha256 = "sha256-ABogxVQS6p3wUV8GuB2tp7vMxe63t51dNoclEnYpa/0=";
};
outputDevdoc = "out";