ajantv2-nix/aja-ntv2/src.nix

9 lines
173 B
Nix
Raw Normal View History

{ fetchFromGitHub }:
fetchFromGitHub {
2023-10-02 22:56:38 +01:00
owner = "aja-video";
repo = "ntv2";
rev = "refs/heads/main";
hash = "sha256-rXjKDhQcZwAxsMjCoL21gpWeLWyIXyK/1y+78mhKgeo=";
}