about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authordavidak <davidak@users.noreply.github.com>2023-09-17 04:14:03 +0200
committerGitHub <noreply@github.com>2023-09-17 04:14:03 +0200
commit481a1cd60d0dd7296170e23eb7ee2cd9b76e64ff (patch)
treeabd1f690f087aeb176c238fdd3c4f61e067e9c00 /pkgs/applications/video
parent59e3ceebffcaaea038062d5365fc64e0dd39da4f (diff)
parent79cfd230650b0f2393440ee9408a651384dee0e2 (diff)
Merge pull request #253231 from davidak/davinci-resolve-update
davinci-resolve: 18.1.4 -> 18.5.1
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/davinci-resolve/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/video/davinci-resolve/default.nix b/pkgs/applications/video/davinci-resolve/default.nix
index 7a53a3bca28bc..2c168912253f9 100644
--- a/pkgs/applications/video/davinci-resolve/default.nix
+++ b/pkgs/applications/video/davinci-resolve/default.nix
@@ -28,7 +28,7 @@ let
   davinci = (
     stdenv.mkDerivation rec {
       pname = "davinci-resolve";
-      version = "18.1.4";
+      version = "18.5.1";
 
       nativeBuildInputs = [
         (appimage-run.override { buildFHSEnv = buildFHSEnvChroot; } )
@@ -47,7 +47,7 @@ let
         rec {
           outputHashMode = "recursive";
           outputHashAlgo = "sha256";
-          outputHash = "sha256-yUKT1x5LrzdGLDZjZDeTvNgRAzeR+rn18AGY5Mn+5As=";
+          outputHash = "sha256-AZ869hA/WeCf3sxhdDOzD/q30P1NaD18TheBtS1ammQ=";
 
           impureEnvVars = lib.fetchers.proxyImpureEnvVars;
 
@@ -57,7 +57,7 @@ let
           SSL_CERT_FILE = "${cacert}/etc/ssl/certs/ca-bundle.crt";
 
           # Get linux.downloadId from HTTP response on https://www.blackmagicdesign.com/products/davinciresolve
-          DOWNLOADID = "6449dc76e0b845bcb7399964b00a3ec4";
+          DOWNLOADID = "defc1c6789b7475b9ee4a42daf9ba61d";
           REFERID = "263d62f31cbb49e0868005059abcb0c9";
           SITEURL = "https://www.blackmagicdesign.com/api/register/us/download/${DOWNLOADID}";