mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 14:26:33 +01:00
13 lines
265 B
Nix
13 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=";
|
|
};
|
|
}
|