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 6, 2024
1 parent c0e5271 commit bd2891b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/da/davinci-resolve/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,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 @@ -55,8 +55,8 @@ let
outputHashAlgo = "sha256";
outputHash =
if studioVariant
then "sha256-uEUZt0TQ4XrAag6NoCPUtYSnkwpwh3BNlol1z/EmP9E="
else "sha256-3VVyfXT/mZFuf2GGkNS47ErSdAGpdUUwwwKY19zBBZo=";
then "sha256-yDkw7L9iTzE5g2XAw910nqtTyXcgcb6u+kP2sKtNcJ8="
else "sha256-8oq5Nj8GrdHAmbM6Z5q98a0Lazjymk3dOCITkKiTJvQ=";

impureEnvVars = lib.fetchers.proxyImpureEnvVars;

Expand Down

0 comments on commit bd2891b

Please sign in to comment.