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

sssd: 2.7.0 -> 2.7.3
This commit is contained in:
Ryan Mulligan 2022-07-31 10:16:26 -07:00 committed by GitHub
commit 563afc6a35
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.7.0";
version = "2.7.3";
src = fetchFromGitHub {
owner = "SSSD";
repo = pname;
rev = version;
sha256 = "sha256-aGPt2ZXMnd8TXC+YhVGYZKbsl3YYkjmYF2yDQB4t/BY=";
sha256 = "sha256-mdgBRFqIT5SvDTeNiv1IbTyd9tcu8YJVfbw49gR6bKI=";
};
postPatch = ''