Unverified Commit 3c4fffca authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

davinci-resolve: 19.0.1 -> 19.0.2 (#345919)

parents a3ce5802 ace7ae25
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 = "19.0.1";
      version = "19.0.2";

      nativeBuildInputs = [
        (appimage-run.override { buildFHSEnv = buildFHSEnvChroot; } )
@@ -55,8 +55,8 @@ let
          outputHashAlgo = "sha256";
          outputHash =
            if studioVariant
            then "sha256-dtwweoxUE/DwHoqwKCTp7vQUg09h4/TrNl92hpOKd1E="
            else "sha256-MNaP0+sKBH4Ps5EMM5Gtdncai+rXZRmIQBXF5lVbDws=";
            then "sha256-q11stWFWRDUebAUzGH23R3Spd3EdDG85+6yB/srYCJY="
            else "sha256-dYTrO0wpIN68WhBovmYLK5uWOQ1nubpSyKqPCDMPMiM=";

          impureEnvVars = lib.fetchers.proxyImpureEnvVars;