From 384a9eeee4ddccc42b98579efa58dbf9a19e4bed Mon Sep 17 00:00:00 2001 From: tnichols217 <62992267+tnichols217@users.noreply.github.com> Date: Sun, 30 Jul 2023 00:47:40 +0800 Subject: [PATCH] davinci-resolve: update payload request and URL of download --- pkgs/applications/video/davinci-resolve/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/video/davinci-resolve/default.nix b/pkgs/applications/video/davinci-resolve/default.nix index 459208f411c..bce79d70453 100644 --- a/pkgs/applications/video/davinci-resolve/default.nix +++ b/pkgs/applications/video/davinci-resolve/default.nix @@ -74,6 +74,7 @@ let "email" = "someone@nixos.org"; "phone" = "+31 71 452 5670"; "country" = "nl"; + "street" = "Hogeweide 346"; "state" = "Province of Utrecht"; "city" = "Utrecht"; "product" = "DaVinci Resolve"; @@ -98,7 +99,7 @@ let curl \ --retry 3 --retry-delay 3 \ - --header "Host: sw.blackmagicdesign.com" \ + --header "Host: sw.cloud.blackmagicdesign.com" \ --header "Upgrade-Insecure-Requests: 1" \ --header "$USERAGENT" \ --header "Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8" \