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

juju: 2.9.35 -> 2.9.38

authored by

Weijia Wang and committed by
GitHub
1aa56ee7 99bf8a1f

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