1 { lib, fetchFromGitHub, buildGoModule }:
7 src = fetchFromGitHub {
10 rev = "juju-${version}";
11 sha256 = "sha256-8VSSTeN4a1zvMi4L4dR3q+kWKgYq8Jg1jDvFjEBD7jI=";
14 vendorHash = "sha256-3hZywUpJe6g8IujbK0hcp12S6OKswLj/YYJGuPG06Es=";
16 # Disable tests because it attempts to use a mongodb instance
24 description = "Open source modelling tool for operating software in the cloud";
25 homepage = "https://juju.is";
26 license = licenses.mit;
27 maintainers = with maintainers; [ citadelcore ];