gerbera: 1.10.0 -> 1.11.0

This commit is contained in:
R. Ryantm 2022-07-28 12:16:27 +00:00
parent bba87fc2a3
commit 3e23d21b5c

View File

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