Skip to content

Commit

Permalink
davinci-resolve: 18.6.2 -> 18.6.3
Browse files Browse the repository at this point in the history
(cherry picked from commit 304b1bd)
  • Loading branch information
amarshall authored and github-actions[bot] committed Dec 11, 2023
1 parent a024bfc commit 909976a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/video/davinci-resolve/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ let
davinci = (
stdenv.mkDerivation rec {
pname = "davinci-resolve${lib.optionalString studioVariant "-studio"}";
version = "18.6.2";
version = "18.6.3";

nativeBuildInputs = [
(appimage-run.override { buildFHSEnv = buildFHSEnvChroot; } )
Expand All @@ -52,8 +52,8 @@ let
outputHashAlgo = "sha256";
outputHash =
if studioVariant
then "sha256-GlaTu52XzIy0gJDMvi9jQjeCMfhtOk8yLwDwspcB6rI="
else "sha256-621CqN1XoiMFgfkuE7Vr4hE2QIC4F5A/wUPVaP5cScM=";
then "sha256-OX8PyMhfl0jRdXBNsjlwkCAh8XUNJv8HEbmyAdjIv18="
else "sha256-PNzdVxGgXIHM2vi3ChHx67TQBFlCYBOZCiFkDi/RSu4=";

impureEnvVars = lib.fetchers.proxyImpureEnvVars;

Expand Down

0 comments on commit 909976a

Please sign in to comment.