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
This commit is contained in:
Sergei Trofimovich
2025-01-16 09:20:57 +01:00
committed by Vladimír Čunát
parent 53b97e5be7
commit d7bc610521
+2 -2
View File
@@ -18,13 +18,13 @@ in
stdenv.mkDerivation rec {
pname = "shadow";
version = "4.17.0";
version = "4.17.2";
src = fetchFromGitHub {
owner = "shadow-maint";
repo = pname;
rev = version;
hash = "sha256-/Uqxs8tCmMOH/EoBBhDUplugAbPE/PKc+3misu+lmX8=";
hash = "sha256-IoHAr35ziujHTukMbA5QN15YbnpwBT7pUYcqRr+rdog=";
};
outputs = [ "out" "su" "dev" "man" ];