File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
by-name/da/davinci-resolve Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 3535 davinci = (
3636 stdenv . mkDerivation rec {
3737 pname = "davinci-resolve${ lib . optionalString studioVariant "-studio" } " ;
38- version = "19.1" ;
38+ version = "19.1.1 " ;
3939
4040 nativeBuildInputs = [
4141 ( appimage-run . override { buildFHSEnv = buildFHSEnvChroot ; } )
5757 outputHashAlgo = "sha256" ;
5858 outputHash =
5959 if studioVariant then
60- "sha256-uEUZt0TQ4XrAag6NoCPUtYSnkwpwh3BNlol1z/EmP9E ="
60+ "sha256-yDkw7L9iTzE5g2XAw910nqtTyXcgcb6u+kP2sKtNcJ8 ="
6161 else
62- "sha256-3VVyfXT/mZFuf2GGkNS47ErSdAGpdUUwwwKY19zBBZo =" ;
62+ "sha256-8oq5Nj8GrdHAmbM6Z5q98a0Lazjymk3dOCITkKiTJvQ =" ;
6363
6464 impureEnvVars = lib . fetchers . proxyImpureEnvVars ;
6565
@@ -278,7 +278,7 @@ buildFHSEnv {
278278 ] ;
279279 text = ''
280280 set -o errexit
281- drv=pkgs/applications/video /davinci-resolve/default .nix
281+ drv=pkgs/by-name/da /davinci-resolve/package .nix
282282 currentVersion=${ lib . escapeShellArg davinci . version }
283283 downloadsJSON="$(curl --fail --silent https://www.blackmagicdesign.com/api/support/us/downloads.json)"
284284
Original file line number Diff line number Diff line change @@ -970,9 +970,7 @@ with pkgs;
970970
971971 bikeshed = python3Packages.callPackage ../applications/misc/bikeshed { };
972972
973- davinci-resolve = callPackage ../applications/video/davinci-resolve { };
974-
975- davinci-resolve-studio = callPackage ../applications/video/davinci-resolve { studioVariant = true; };
973+ davinci-resolve-studio = callPackage ../by-name/da/davinci-resolve/package.nix { studioVariant = true; };
976974
977975 dehinter = with python3Packages; toPythonApplication dehinter;
978976
You can’t perform that action at this time.
0 commit comments