sssd: 2.9.5 -> 2.9.7 (#409239)

This commit is contained in:
Wolfgang Walther
2025-06-01 13:24:19 +00:00
committed by GitHub
+2 -2
View File
@@ -61,13 +61,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "sssd";
version = "2.9.5";
version = "2.9.7";
src = fetchFromGitHub {
owner = "SSSD";
repo = "sssd";
tag = finalAttrs.version;
hash = "sha256-wr6qFgM5XN3aizYVquj0xF+mVRgrkLWWhA3/gQOK8hQ=";
hash = "sha256-29KTvwm9ei1Z7yTSYmzcZtZMVvZpFWIlcLMlvRyWp/w=";
};
postPatch = ''