Merge pull request #215448 from r-ryantm/auto-update/juju

juju: 2.9.38 -> 3.1.0

authored by Mario Rodas and committed by GitHub bc5b452f fc4ba349

+3 -3
+3 -3
pkgs/applications/networking/juju/default.nix
··· 2 3 buildGoModule rec { 4 pname = "juju"; 5 - version = "2.9.38"; 6 7 src = fetchFromGitHub { 8 owner = "juju"; 9 repo = "juju"; 10 rev = "juju-${version}"; 11 - sha256 = "sha256-QTO6MHiFx3nDXDaaVy7rCiR0ttBXt5oAw94/ZDTICOM="; 12 }; 13 14 - vendorHash = "sha256-QOu1azw3OUWaz7MRFGZ5CGX4bVegbFYp76/XpesnaUM="; 15 16 # Disable tests because it attempts to use a mongodb instance 17 doCheck = false;
··· 2 3 buildGoModule rec { 4 pname = "juju"; 5 + version = "3.1.0"; 6 7 src = fetchFromGitHub { 8 owner = "juju"; 9 repo = "juju"; 10 rev = "juju-${version}"; 11 + sha256 = "sha256-n0OtugTjGXk4zCjGPhifY8VinXM6SYkbmX13jBfmV+o="; 12 }; 13 14 + vendorHash = "sha256-vDjBmBLrJNRwcre2OmlIuOcxxQuN6b2eYOXLQap3F/U="; 15 16 # Disable tests because it attempts to use a mongodb instance 17 doCheck = false;