Skip to content

Commit 19f1f2e

Browse files
blackmagic-desktop-video: 14.1a1 -> 14.2a1 (#342257)
2 parents 5b8a923 + a2f44f1 commit 19f1f2e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}:
1111
stdenv.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

0 commit comments

Comments
 (0)