mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
14 lines
265 B
Nix
14 lines
265 B
Nix
{ fetchFromGitLab }: rec {
|
|
|
|
pname = "mobilizon";
|
|
version = "4.1.0";
|
|
|
|
src = fetchFromGitLab {
|
|
domain = "framagit.org";
|
|
owner = "framasoft";
|
|
repo = pname;
|
|
rev = version;
|
|
sha256 = "sha256-aS57126Nhz/QvouSyZ9wUu78/eoCYbRwyncUUmO1Dv8=";
|
|
};
|
|
}
|