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

sssd: 2.7.3 -> 2.7.4
This commit is contained in:
Bobby Rong
2022-08-29 21:58:09 +08:00
committed by GitHub
+2 -2
View File
@@ -13,13 +13,13 @@ let
in
stdenv.mkDerivation rec {
pname = "sssd";
version = "2.7.3";
version = "2.7.4";
src = fetchFromGitHub {
owner = "SSSD";
repo = pname;
rev = version;
sha256 = "sha256-mdgBRFqIT5SvDTeNiv1IbTyd9tcu8YJVfbw49gR6bKI=";
sha256 = "sha256-tPrximWUeG3wcuZZNo8l4QqC9ZwcZupIBZGF7bm7hqQ=";
};
postPatch = ''