1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 15:11:35 +00:00

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

gerbera: 1.8.1 -> 1.8.2
This commit is contained in:
Ben Siraphob 2021-07-27 21:26:03 +07:00 committed by GitHub
commit 52d2cf23e4
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.8.1";
version = "1.8.2";
src = fetchFromGitHub {
repo = "gerbera";
owner = "gerbera";
rev = "v${version}";
sha256 = "sha256-bJIT/qQOKTy2l0wsumlGNvaGqzb2mK0hHKG0S6mEG3o=";
sha256 = "sha256-RVFzATHNCW4lR9dVrtY2fo2BiJrXPCpelBaUXBwOWyY=";
};
postPatch = lib.optionalString enableMysql ''