juju 2.9.38 -> 3.1.0 https://github.com/juju/juju/releases attrpath: juju Checking auto update branch... No auto update branch exists Old version 2.9.38" not present in master derivation file with contents: { lib, fetchFromGitHub, buildGoModule }: buildGoModule rec { pname = "juju"; version = "3.1.0"; src = fetchFromGitHub { owner = "juju"; repo = "juju"; rev = "juju-${version}"; sha256 = "sha256-n0OtugTjGXk4zCjGPhifY8VinXM6SYkbmX13jBfmV+o="; }; vendorHash = "sha256-vDjBmBLrJNRwcre2OmlIuOcxxQuN6b2eYOXLQap3F/U="; # Disable tests because it attempts to use a mongodb instance doCheck = false; subPackages = [ "cmd/juju" ]; meta = with lib; { description = "Open source modelling tool for operating software in the cloud"; homepage = "https://juju.is"; license = licenses.mit; maintainers = with maintainers; [ citadelcore ]; }; }