Merge pull request #143701 from r-ryantm/auto-update/gerbera

gerbera: 1.9.1 -> 1.9.2
This commit is contained in:
Bobby Rong 2021-10-30 09:17:02 +08:00 committed by GitHub
commit c2ba4ea471
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,13 +65,13 @@ let
in
stdenv.mkDerivation rec {
pname = "gerbera";
version = "1.9.1";
version = "1.9.2";
src = fetchFromGitHub {
repo = "gerbera";
owner = "gerbera";
rev = "v${version}";
sha256 = "sha256-FtUKj3IhLMRs3VzawFgy6rnd+beW+Kvzq6tk8wPv7pw=";
sha256 = "sha256-uLHiGuBXYafpY1/Q4qWFt1CTHKW7vqq0o/zqIEbEZqs=";
};
postPatch = lib.optionalString enableMysql ''