go2rtc: 1.5.0 -> 1.6.0

This commit is contained in:
R. Ryantm 2023-07-13 00:01:44 +00:00
parent ff6e67d2c2
commit f8d47941a0

View file

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "go2rtc";
version = "1.5.0";
version = "1.6.0";
src = fetchFromGitHub {
owner = "AlexxIT";
repo = "go2rtc";
rev = "refs/tags/v${version}";
hash = "sha256-1QCw+/XUV8aoNxo2h+8ud6gx7KMFi4hStf7Ezgg5md8=";
hash = "sha256-QRyzhNGdE7aGXyPxznA0FuVazu96Rd6NiiG1GHjN2ns=";
};
vendorHash = "sha256-iav7k4HLyXO94qofcHxVxhV8BV2k5oiTtX8kVyxnpoI=";
vendorHash = "sha256-C2bRSzLp86aMF3UIGJ2G5WXvUaLjyhqzPsQkDSI0qb0=";
buildFlagArrays = [
"-trimpath"