davinci-resolve: 18.6.5 -> 18.6.6
Changelog: https://forum.blackmagicdesign.com/viewtopic.php?f=21&t=198222
This commit is contained in:
parent
1b35a45b99
commit
83f4512fb6
1 changed files with 3 additions and 3 deletions
|
@ -31,7 +31,7 @@ let
|
|||
davinci = (
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "davinci-resolve${lib.optionalString studioVariant "-studio"}";
|
||||
version = "18.6.5";
|
||||
version = "18.6.6";
|
||||
|
||||
nativeBuildInputs = [
|
||||
(appimage-run.override { buildFHSEnv = buildFHSEnvChroot; } )
|
||||
|
@ -52,8 +52,8 @@ let
|
|||
outputHashAlgo = "sha256";
|
||||
outputHash =
|
||||
if studioVariant
|
||||
then "sha256-Ua5R0G4okBpz9SyyA2zn6nVflY9AlWch7Kx6PrW/nMg="
|
||||
else "sha256-oCK7w5jB7h4PSKg2IJwriyAVi/kj4TurloBcfDAe6BQ=";
|
||||
then "sha256-9iTdIjHH8uoXlVr6miyqmHuzbbpbqdJPEbPGycsccoI="
|
||||
else "sha256-WrIQ1FHm65MOGb5HfFl2WzXYJRlqktuZdrtzcjWp1gI=";
|
||||
|
||||
impureEnvVars = lib.fetchers.proxyImpureEnvVars;
|
||||
|
||||
|
|
Loading…
Reference in a new issue