shadow: 4.17.0 -> 4.17.2

Changes: https://github.com/shadow-maint/shadow/releases/tag/4.17.1
Changes: https://github.com/shadow-maint/shadow/releases/tag/4.17.2

We need this to avoid an error (unclear why exactly so far):
https://hydra.nixos.org/build/285322941/nixlog/67/tail

authored by

Sergei Trofimovich and committed by
Vladimír Čunát
d7bc6105 53b97e5b

+2 -2
+2 -2
pkgs/by-name/sh/shadow/package.nix
··· 18 18 19 19 stdenv.mkDerivation rec { 20 20 pname = "shadow"; 21 - version = "4.17.0"; 21 + version = "4.17.2"; 22 22 23 23 src = fetchFromGitHub { 24 24 owner = "shadow-maint"; 25 25 repo = pname; 26 26 rev = version; 27 - hash = "sha256-/Uqxs8tCmMOH/EoBBhDUplugAbPE/PKc+3misu+lmX8="; 27 + hash = "sha256-IoHAr35ziujHTukMbA5QN15YbnpwBT7pUYcqRr+rdog="; 28 28 }; 29 29 30 30 outputs = [ "out" "su" "dev" "man" ];