File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
pkgs/by-name/bl/blackmagic-desktop-video Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010} :
1111stdenv . mkDerivation ( finalAttrs : {
1212 pname = "blackmagic-desktop-video" ;
13- version = "14.1a1 " ;
13+ version = "14.2a1 " ;
1414
1515 buildInputs = [
1616 autoPatchelfHook
@@ -24,15 +24,15 @@ stdenv.mkDerivation (finalAttrs: {
2424 src =
2525 let
2626 # from the URL the download page where you click the "only download" button is at
27- REFERID = "93b33ad64a244cd5b95ec9d373e8d2e1 " ;
27+ REFERID = "b97e55f37a0042fbacd234971d8c93ed " ;
2828 # from the URL that the POST happens to, see browser console
29- DOWNLOADID = "0f544a89ce204df6818079a2f18c76a7 " ;
29+ DOWNLOADID = "552546307a7c4de29ea6d09a6ca08c90 " ;
3030 in
3131 runCommandLocal "${ finalAttrs . pname } -${ lib . versions . majorMinor finalAttrs . version } -src.tar.gz"
3232 {
3333 outputHashMode = "recursive" ;
3434 outputHashAlgo = "sha256" ;
35- outputHash = "sha256-1Cv7VQHhHcM53DKa15lJJVJmdiGUHNTYPTbX+VghQOc =" ;
35+ outputHash = "sha256-rfZDL1YvAuMD5u68MMyiT8cERsIHMc9K25lXt7cqrrk =" ;
3636
3737 impureEnvVars = lib . fetchers . proxyImpureEnvVars ;
3838
You can’t perform that action at this time.
0 commit comments