sssd: 2.9.1 -> 2.9.2

https://github.com/SSSD/sssd/releases/tag/2.9.2
This commit is contained in:
Anthony Roussel
2023-10-18 13:50:35 +02:00
parent e66eee8768
commit 2f0740661b
+2 -2
View File
@@ -13,13 +13,13 @@ let
in
stdenv.mkDerivation rec {
pname = "sssd";
version = "2.9.1";
version = "2.9.2";
src = fetchFromGitHub {
owner = "SSSD";
repo = pname;
rev = version;
sha256 = "sha256-OafSo28MN92py33foE8oMkPUmV9WUUOkKWJgm0i7MJU=";
hash = "sha256-CxkEyx9X14x8x9tSSN9d0TBTPKJB2Ip7HTL98uqO0J4=";
};
postPatch = ''