Skip to content

Commit

Permalink
Merge pull request #102992 from redvers/update_shadow_4.8_to_4.8.1
Browse files Browse the repository at this point in the history
[staging-20.09] shadow: 4.8 -> 4.8.1
  • Loading branch information
roberth committed Nov 11, 2020
2 parents e68b46c + ad28728 commit 8d08d51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/shadow/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ in

stdenv.mkDerivation rec {
pname = "shadow";
version = "4.8";
version = "4.8.1";

src = fetchFromGitHub {
owner = "shadow-maint";
repo = "shadow";
rev = version;
sha256 = "05a636dqxip09l5jjrrs30lvwq6xkhjrdgjbbj3bg6b6z7hc67qk";
sha256 = "13407r6qwss00504qy740jghb2dzd561la7dhp47rg8w3g8jarpn";
};

buildInputs = stdenv.lib.optional (pam != null && stdenv.isLinux) pam;
Expand Down

0 comments on commit 8d08d51

Please sign in to comment.