Unverified Commit 4652ba99 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

davinci-resolve: 20.2.2 -> 20.2.3 (#459337)

parents 723d4ff6 b2fd8fb9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ let
  davinci = (
    stdenv.mkDerivation rec {
      pname = "davinci-resolve${lib.optionalString studioVariant "-studio"}";
      version = "20.2.2";
      version = "20.2.3";

      nativeBuildInputs = [
        appimageTools.appimage-exec
@@ -56,9 +56,9 @@ let
            outputHashAlgo = "sha256";
            outputHash =
              if studioVariant then
                "sha256-4TpB0kFQpWLkfLFo5txe4km/TjxJ+ajYnJ28UdQvncA="
                "sha256-5wt5bPJez3FiRzJrC8pzbfqa6BrYMsJJptXBC+ZwzlE="
              else
                "sha256-A70WknvKE35AI+U0drSTFpM5T7gJVf2EYtWdxaxbbA0=";
                "sha256-puw87PuynP2P5VfoJ+7aQATal07orQICPwx2oNgj1eQ=";

            impureEnvVars = lib.fetchers.proxyImpureEnvVars;