1{ fetchFromGitLab }: 2rec { 3 4 pname = "mobilizon"; 5 version = "5.1.5"; 6 7 src = fetchFromGitLab { 8 domain = "framagit.org"; 9 owner = "kaihuri"; 10 repo = pname; 11 tag = version; 12 hash = "sha256-nwEmW43GO0Ta7O7mUSJaEtm4hBfXInPqatBRdaWrhBU="; 13 }; 14}