about summary refs log tree commit diff
path: root/pkgs/applications/video/davinci-resolve
diff options
context:
space:
mode:
authorAndrew Marshall <andrew@johnandrewmarshall.com>2024-02-25 13:33:08 -0500
committerAndrew Marshall <andrew@johnandrewmarshall.com>2024-02-25 13:36:04 -0500
commite3e58cdc76be8c4133f03d57258ea0154b2bd174 (patch)
tree11f30c1309f7c71126aa5188638b31f9d79919b0 /pkgs/applications/video/davinci-resolve
parent73de017ef2d18a04ac4bfd0c02650007ccb31c2a (diff)
davinci-resolve: 18.6.4 -> 18.6.5
Release notes: https://forum.blackmagicdesign.com/viewtopic.php?f=21&t=196226
Diffstat (limited to 'pkgs/applications/video/davinci-resolve')
-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 283658a0dbd4c..e920654869189 100644
--- a/pkgs/applications/video/davinci-resolve/default.nix
+++ b/pkgs/applications/video/davinci-resolve/default.nix
@@ -31,7 +31,7 @@ let
   davinci = (
     stdenv.mkDerivation rec {
       pname = "davinci-resolve${lib.optionalString studioVariant "-studio"}";
-      version = "18.6.4";
+      version = "18.6.5";
 
       nativeBuildInputs = [
         (appimage-run.override { buildFHSEnv = buildFHSEnvChroot; } )
@@ -52,8 +52,8 @@ let
           outputHashAlgo = "sha256";
           outputHash =
             if studioVariant
-            then "sha256-Us8DsxdGwBxUL+yUHT9DNJFIV7EO+J9CSN2Juyf8VQ4="
-            else "sha256-yPdfmS42ID7MOTB3XlGXfOqp46kRLR8martJ9gWqDjA=";
+            then "sha256-Ua5R0G4okBpz9SyyA2zn6nVflY9AlWch7Kx6PrW/nMg="
+            else "sha256-oCK7w5jB7h4PSKg2IJwriyAVi/kj4TurloBcfDAe6BQ=";
 
           impureEnvVars = lib.fetchers.proxyImpureEnvVars;