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

sssd: 2.6.2 -> 2.6.3
This commit is contained in:
Bobby Rong 2022-01-27 12:27:17 +08:00 committed by GitHub
commit 943e69118e
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.6.2";
version = "2.6.3";
src = fetchFromGitHub {
owner = "SSSD";
repo = pname;
rev = version;
sha256 = "sha256-qKd6CwjiznoA97G4cnIt4FpVaLQMJYBt3JD2l7h72Z4=";
sha256 = "sha256-m0ArsN9xopfBPnHTiPDEOPuhQHQ2zoICGwVM7P05k3U=";
};
postPatch = ''