about summary refs log tree commit diff
path: root/pkgs/applications/video/gyroflow/lens-profiles.nix
blob: 850b6ca72f87af2e94beba4eea275b45f33ad08e (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 = "2023-12-01";

  owner = "gyroflow";
  repo = "lens_profiles";
  rev = "3e72169ae6b8601260497d7216d5fcbbc8b67194";
  hash = "sha256-18KtunSxTsJhBge+uOGBcNZRG3W26M/Osyxllu+N0UI=";

  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;
  };
}