highs: 1.8.0 -> 1.8.1 (#360451)
[NixPkgs.git] / pkgs / applications / video / gyroflow / lens-profiles.nix
blobb7d1de7fc9dc8cfa8dfb568fc680b54689463094
1 { lib, fetchFromGitHub }:
3 fetchFromGitHub {
4   pname = "gyroflow-lens-profiles";
5   version = "2024-09-08";
7   owner = "gyroflow";
8   repo = "lens_profiles";
9   rev = "a100b233a1df242d5bf1be06df2888a5852febf3";
10   hash = "sha256-z994k2lozakaKNKcdrJKzTiMGeL9oJ70jFnEYgbutq4=";
12   meta = with lib; {
13     description = "Lens profile database for Gyroflow";
14     homepage = "https://github.com/gyroflow/lens_profiles";
15     license = licenses.cc0;
16     maintainers = with maintainers; [ orivej ];
17     platforms = lib.platforms.all;
18   };