Unverified Commit 1026189b authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #259826 from trofi/shadow-update

shadow: 4.14.0 -> 4.14.1
parents 038961a9 fc7cadb5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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" ];