Skip to content

Commit

Permalink
blackmagic: 2022-04-16 -> 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
evils authored and bjornfor committed Aug 24, 2022
1 parent 1500e00 commit cae79e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/embedded/blackmagic/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@

stdenv.mkDerivation rec {
pname = "blackmagic";
version = "unstable-2022-04-16";
version = "1.8.2";
# `git describe --always`
firmwareVersion = "v1.7.1-415-gc4869a5";
firmwareVersion = "v${version}";

src = fetchFromGitHub {
owner = "blacksphere";
repo = "blackmagic";
rev = "c4869a54733ae92099a7316954e34d1ab7b6097c";
hash = "sha256-0MC1v/5u/txSshxkOI5TErMRRrYCcHly3qbVTAk9Vc0=";
rev = firmwareVersion;
hash = "sha256-NGzoohmpVwGOncr9AvHYANMf/oEskjmTXYj/Kdx2RwM=";
fetchSubmodules = true;
};

Expand Down

0 comments on commit cae79e8

Please sign in to comment.