shadow: 4.14.0 -> 4.14.1

The main change is merge of libmisc into libshadow.
This commit is contained in:
Sergei Trofimovich 2023-10-08 20:25:59 +01:00
parent 0b39eeda96
commit fc7cadb57a

View file

@ -17,13 +17,13 @@ in
stdenv.mkDerivation rec {
pname = "shadow";
version = "4.14.0";
version = "4.14.1";
src = fetchFromGitHub {
owner = "shadow-maint";
repo = pname;
rev = version;
hash = "sha256-zopJevCv7ot8RLp/rSQGKO05eF4FjkLaOEMo9aq9Afo=";
hash = "sha256-DzPPnttnJSOMQwXWyFcz6fEtjwBC3p2PpZpBAQ/Ew18=";
};
outputs = [ "out" "su" "dev" "man" ];