Skip to content

Commit b64b41e

Browse files
blackmagic-desktop-video: 14.2a1 -> 14.4.1a4 (#380870)
2 parents 18440f3 + eedce86 commit b64b41e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pkgs/by-name/bl/blackmagic-desktop-video/package.nix

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}:
1212
stdenv.mkDerivation (finalAttrs: {
1313
pname = "blackmagic-desktop-video";
14-
version = "14.2a1";
14+
version = "14.4.1a4";
1515

1616
buildInputs = [
1717
autoPatchelfHook
@@ -25,15 +25,15 @@ stdenv.mkDerivation (finalAttrs: {
2525
src =
2626
let
2727
# from the URL the download page where you click the "only download" button is at
28-
REFERID = "b97e55f37a0042fbacd234971d8c93ed";
28+
REFERID = "5baba0af3eda41ee9cd0ec7349660d74";
2929
# from the URL that the POST happens to, see browser console
30-
DOWNLOADID = "552546307a7c4de29ea6d09a6ca08c90";
30+
DOWNLOADID = "bc31044728f146859c6d9e0ccef868d8";
3131
in
3232
runCommandLocal "${finalAttrs.pname}-${lib.versions.majorMinor finalAttrs.version}-src.tar.gz"
3333
{
3434
outputHashMode = "recursive";
3535
outputHashAlgo = "sha256";
36-
outputHash = "sha256-rfZDL1YvAuMD5u68MMyiT8cERsIHMc9K25lXt7cqrrk=";
36+
outputHash = "sha256-qh305s7u1yurv58TZnlONgDmWT4RXG3fXTfun382HAs=";
3737

3838
impureEnvVars = lib.fetchers.proxyImpureEnvVars;
3939

@@ -58,7 +58,6 @@ stdenv.mkDerivation (finalAttrs: {
5858
"platform" = "Linux";
5959
"policy" = true;
6060
};
61-
6261
}
6362
''
6463
RESOLVEURL=$(curl \

0 commit comments

Comments
 (0)