Skip to content

Commit

Permalink
davinci-resolve: 19.1 -> 19.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jshcmpbll committed Dec 11, 2024
1 parent 7c1c823 commit bffb748
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/by-name/da/davinci-resolve/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ let
davinci = (
stdenv.mkDerivation rec {
pname = "davinci-resolve${lib.optionalString studioVariant "-studio"}";
version = "19.1";
version = "19.1.1";

nativeBuildInputs = [
(appimage-run.override { buildFHSEnv = buildFHSEnvChroot; })
Expand All @@ -57,9 +57,9 @@ let
outputHashAlgo = "sha256";
outputHash =
if studioVariant then
"sha256-uEUZt0TQ4XrAag6NoCPUtYSnkwpwh3BNlol1z/EmP9E="
"sha256-yDkw7L9iTzE5g2XAw910nqtTyXcgcb6u+kP2sKtNcJ8="
else
"sha256-3VVyfXT/mZFuf2GGkNS47ErSdAGpdUUwwwKY19zBBZo=";
"sha256-8oq5Nj8GrdHAmbM6Z5q98a0Lazjymk3dOCITkKiTJvQ=";

impureEnvVars = lib.fetchers.proxyImpureEnvVars;

Expand Down Expand Up @@ -278,7 +278,7 @@ buildFHSEnv {
];
text = ''
set -o errexit
drv=pkgs/by-name/da/davinci-resolve/package.nix
drv=pkgs/applications/video/davinci-resolve/default.nix
currentVersion=${lib.escapeShellArg davinci.version}
downloadsJSON="$(curl --fail --silent https://www.blackmagicdesign.com/api/support/us/downloads.json)"
Expand Down

0 comments on commit bffb748

Please sign in to comment.