Merge pull request #205600 from r-ryantm/auto-update/sssd

sssd: 2.8.1 -> 2.8.2
This commit is contained in:
Weijia Wang 2023-01-23 14:35:19 +01:00 committed by GitHub
commit a6388fc6bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,13 +13,13 @@ let
in
stdenv.mkDerivation rec {
pname = "sssd";
version = "2.8.1";
version = "2.8.2";
src = fetchFromGitHub {
owner = "SSSD";
repo = pname;
rev = version;
sha256 = "sha256-TbeofUQAQNM/Nxzgl8GP2+Y4iR7bVXm4dQaPkYMSdqc=";
sha256 = "sha256-nEMfwOvWd3FRk+1RS1NPT+LcfWi4lDLCGYqH7KuPw7o=";
};
postPatch = ''