shadow: 4.14.0 -> 4.14.1
The main change is merge of libmisc into libshadow.
This commit is contained in:
parent
0b39eeda96
commit
fc7cadb57a
1 changed files with 2 additions and 2 deletions
|
@ -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" ];
|
||||
|
|
Loading…
Reference in a new issue