blackmagic-desktop-video: 14.2a1 -> 14.4.1a4 (#380870)

authored by Sandro and committed by GitHub b64b41e8 18440f37

+4 -5
+4 -5
pkgs/by-name/bl/blackmagic-desktop-video/package.nix
··· 11 }: 12 stdenv.mkDerivation (finalAttrs: { 13 pname = "blackmagic-desktop-video"; 14 - version = "14.2a1"; 15 16 buildInputs = [ 17 autoPatchelfHook ··· 25 src = 26 let 27 # from the URL the download page where you click the "only download" button is at 28 - REFERID = "b97e55f37a0042fbacd234971d8c93ed"; 29 # from the URL that the POST happens to, see browser console 30 - DOWNLOADID = "552546307a7c4de29ea6d09a6ca08c90"; 31 in 32 runCommandLocal "${finalAttrs.pname}-${lib.versions.majorMinor finalAttrs.version}-src.tar.gz" 33 { 34 outputHashMode = "recursive"; 35 outputHashAlgo = "sha256"; 36 - outputHash = "sha256-rfZDL1YvAuMD5u68MMyiT8cERsIHMc9K25lXt7cqrrk="; 37 38 impureEnvVars = lib.fetchers.proxyImpureEnvVars; 39 ··· 58 "platform" = "Linux"; 59 "policy" = true; 60 }; 61 - 62 } 63 '' 64 RESOLVEURL=$(curl \
··· 11 }: 12 stdenv.mkDerivation (finalAttrs: { 13 pname = "blackmagic-desktop-video"; 14 + version = "14.4.1a4"; 15 16 buildInputs = [ 17 autoPatchelfHook ··· 25 src = 26 let 27 # from the URL the download page where you click the "only download" button is at 28 + REFERID = "5baba0af3eda41ee9cd0ec7349660d74"; 29 # from the URL that the POST happens to, see browser console 30 + DOWNLOADID = "bc31044728f146859c6d9e0ccef868d8"; 31 in 32 runCommandLocal "${finalAttrs.pname}-${lib.versions.majorMinor finalAttrs.version}-src.tar.gz" 33 { 34 outputHashMode = "recursive"; 35 outputHashAlgo = "sha256"; 36 + outputHash = "sha256-qh305s7u1yurv58TZnlONgDmWT4RXG3fXTfun382HAs="; 37 38 impureEnvVars = lib.fetchers.proxyImpureEnvVars; 39 ··· 58 "platform" = "Linux"; 59 "policy" = true; 60 }; 61 } 62 '' 63 RESOLVEURL=$(curl \