Merge pull request #268943 from mweinelt/go2rtc-1.8.3

go2rtc: 1.8.2 -> 1.8.4
This commit is contained in:
Martin Weinelt 2023-12-02 23:08:29 +01:00 committed by GitHub
commit 927d8811c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,16 +5,16 @@
buildGoModule rec { buildGoModule rec {
pname = "go2rtc"; pname = "go2rtc";
version = "1.8.2"; version = "1.8.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "AlexxIT"; owner = "AlexxIT";
repo = "go2rtc"; repo = "go2rtc";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-3cWhASwOgSovApNT/MUbhHhmp/o4k3ckgfcSFwJJqI8="; hash = "sha256-knC8GWu8543QIvk2OKotTHB88qgSQpOI+58oHusgVKc=";
}; };
vendorHash = "sha256-SV4sMDgUv6Ci0aC7wsam7ftqMSpFwsMGkC9qLpR+O68="; vendorHash = "sha256-+n0atALq5e2iEbEeJ1kefnKka7gTE0iFRSRnUCz4bh8=";
buildFlagArrays = [ buildFlagArrays = [
"-trimpath" "-trimpath"