Merge pull request #303731 from mweinelt/frigate-onvif-wsdl-dir

frigate: fix path to onvif wsdl files

authored by Martin Weinelt and committed by GitHub dc6d23fe 2fc80745

+6
+6
pkgs/applications/video/frigate/default.nix
··· 65 65 url = "https://github.com/blakeblackshear/frigate/commit/56bdacc1c661eff8a323e033520e75e2ba0a3842.patch"; 66 66 hash = "sha256-s/goUJxIbjq/woCEOEZECdcZoJDoWc1eM63sd60cxeY="; 67 67 }) 68 + (fetchpatch2 { 69 + # https://github.com/blakeblackshear/frigate/pull/10967 70 + name = "frigate-wsdl-path.patch"; 71 + url = "https://github.com/blakeblackshear/frigate/commit/b65656fa8733c1c2f3d944f716d2e9493ae7c99f.patch"; 72 + hash = "sha256-taPWFV4PldBGUKAwFMKag4W/3TLMSGdKLYG8bj1Y5mU="; 73 + }) 68 74 ]; 69 75 70 76 postPatch = ''