Loading pkgs/applications/networking/juju/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -2,16 +2,16 @@ buildGoModule rec { pname = "juju"; version = "3.2.2"; version = "3.2.3"; src = fetchFromGitHub { owner = "juju"; repo = "juju"; rev = "juju-${version}"; sha256 = "sha256-ZmMOQCKQWtzB2O6CNZTRhhj7gkpRRXY9ILN2KdSQoWk="; sha256 = "sha256-sUlM4bLy/kluZmGOzMACz92GG46XYKicNPP5k2FPSGA="; }; vendorHash = "sha256-rqf5nAXwcW6lm7sidEcxMqatT4KPju4Seo1/Awse5Zs="; vendorHash = "sha256-mPEixXVuxAqgkBoNqIYnZaFJynHJsnmamaHqyh/svwQ="; # Disable tests because it attempts to use a mongodb instance doCheck = false; Loading Loading
pkgs/applications/networking/juju/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -2,16 +2,16 @@ buildGoModule rec { pname = "juju"; version = "3.2.2"; version = "3.2.3"; src = fetchFromGitHub { owner = "juju"; repo = "juju"; rev = "juju-${version}"; sha256 = "sha256-ZmMOQCKQWtzB2O6CNZTRhhj7gkpRRXY9ILN2KdSQoWk="; sha256 = "sha256-sUlM4bLy/kluZmGOzMACz92GG46XYKicNPP5k2FPSGA="; }; vendorHash = "sha256-rqf5nAXwcW6lm7sidEcxMqatT4KPju4Seo1/Awse5Zs="; vendorHash = "sha256-mPEixXVuxAqgkBoNqIYnZaFJynHJsnmamaHqyh/svwQ="; # Disable tests because it attempts to use a mongodb instance doCheck = false; Loading