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
commit 7dd9746543
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 = ''