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

This commit is contained in:
Martin Weinelt 2022-10-09 23:47:44 +02:00 committed by GitHub
commit 794343c816
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.4";
version = "2.8.0";
src = fetchFromGitHub {
owner = "SSSD";
repo = pname;
rev = version;
sha256 = "sha256-tPrximWUeG3wcuZZNo8l4QqC9ZwcZupIBZGF7bm7hqQ=";
sha256 = "sha256-i2RRvIFQLuFw9Q3pLOgomvCH9j8h3JAailoIww1dnLs=";
};
postPatch = ''