gerbera: 1.9.2 -> 1.10.0

This commit is contained in:
R. Ryantm 2022-02-25 07:21:17 +00:00
parent 9c70e73116
commit 06ffff70bb

View File

@ -65,13 +65,13 @@ let
in
stdenv.mkDerivation rec {
pname = "gerbera";
version = "1.9.2";
version = "1.10.0";
src = fetchFromGitHub {
repo = "gerbera";
owner = "gerbera";
rev = "v${version}";
sha256 = "sha256-uLHiGuBXYafpY1/Q4qWFt1CTHKW7vqq0o/zqIEbEZqs=";
sha256 = "sha256-z/w0/iuZ0GIYmDWUmqK+1l3GNNFWhkZCWqXhvjgLjgY=";
};
postPatch = lib.optionalString enableMysql ''