nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 14 lines 261 B view raw
1{ fetchFromGitLab }: 2rec { 3 4 pname = "mobilizon"; 5 version = "5.2.2"; 6 7 src = fetchFromGitLab { 8 domain = "framagit.org"; 9 owner = "kaihuri"; 10 repo = pname; 11 tag = version; 12 hash = "sha256-SPkkanqEuxcZ7x0rqRk0pcB2c2rg08DcTO+SWP4cEqk="; 13 }; 14}