about summary refs log tree commit diff
path: root/pkgs/applications/video/gyroflow/lens-profiles.nix
blob: b7d1de7fc9dc8cfa8dfb568fc680b54689463094 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{ lib, fetchFromGitHub }:

fetchFromGitHub {
  pname = "gyroflow-lens-profiles";
  version = "2024-09-08";

  owner = "gyroflow";
  repo = "lens_profiles";
  rev = "a100b233a1df242d5bf1be06df2888a5852febf3";
  hash = "sha256-z994k2lozakaKNKcdrJKzTiMGeL9oJ70jFnEYgbutq4=";

  meta = with lib; {
    description = "Lens profile database for Gyroflow";
    homepage = "https://github.com/gyroflow/lens_profiles";
    license = licenses.cc0;
    maintainers = with maintainers; [ orivej ];
    platforms = lib.platforms.all;
  };
}