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

juju: 2.8.7 -> 2.9.5

authored by Jörg Thalheim and committed by GitHub eab406cf 7aeaa1e3

+3 -3
+3 -3
pkgs/applications/networking/juju/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "juju"; 5 - version = "2.8.7"; 5 + version = "2.9.5"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "juju"; 9 9 repo = "juju"; 10 10 rev = "juju-${version}"; 11 - sha256 = "sha256-ZiG+LMeQboFxaLIBSHjRNe5tt8bEguYXQp3nhkoMpek="; 11 + sha256 = "sha256-oBwusx63a8AWNHqlNtG0S/SiIRM55fbc/CGN2MFJDYA="; 12 12 }; 13 13 14 - vendorSha256 = "sha256-5R3TmwOzHgdEQhS4B4Bb0InghaEhUVxDSl7oZl3aNZ4="; 14 + vendorSha256 = "sha256-VHUDqDsfY0c6r5sJbMX7JcXTIBXze9cd5qHqZWZAC2g="; 15 15 16 16 # Disable tests because it attempts to use a mongodb instance 17 17 doCheck = false;