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

sssd: 2.8.2 -> 2.9.0
This commit is contained in:
Weijia Wang 2023-05-07 11:01:39 +03:00 committed by GitHub
commit 3e6feb2096
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.2";
version = "2.9.0";
src = fetchFromGitHub {
owner = "SSSD";
repo = pname;
rev = version;
sha256 = "sha256-nEMfwOvWd3FRk+1RS1NPT+LcfWi4lDLCGYqH7KuPw7o=";
sha256 = "sha256-H9Snh2RzbnjGPqvC9fJHeZvAkGX/O/vmVsl143yb194=";
};
postPatch = ''