Skip to content

Commit

Permalink
davinci-resolve: 18.6 -> 18.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amarshall committed Oct 6, 2023
1 parent 50f5221 commit c56369b
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";
version = "18.6.1";

nativeBuildInputs = [
(appimage-run.override { buildFHSEnv = buildFHSEnvChroot; } )
Expand All @@ -52,8 +52,8 @@ let
outputHashAlgo = "sha256";
outputHash =
if studioVariant
then "sha256-QjjVb9IdZ1Vcyw/O3tP9cjxVTfRGC29tkp3KReyz63I="
else "sha256-Rxe5ZiLpZbEf6yh7vdIrdjULqE8gyPRarMDDZiWwJCE=";
then "sha256-/KmvsyKOI9w/5l/jwrLQiaC6ms7BMgxVpAB4ZqtRE9g="
else "sha256-wdm7UL28RQ7QplFhG4H4yPBYRXG7j8ueyhjz7n4dCw8=";

impureEnvVars = lib.fetchers.proxyImpureEnvVars;

Expand Down

0 comments on commit c56369b

Please sign in to comment.