juju: 3.2.2 -> 3.2.3

authored by R. Ryantm and committed by Jonathan Ringer 91b16f57 b2b88b1d

+3 -3
+3 -3
pkgs/applications/networking/juju/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "juju"; 5 - version = "3.2.2"; 5 + version = "3.2.3"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "juju"; 9 9 repo = "juju"; 10 10 rev = "juju-${version}"; 11 - sha256 = "sha256-ZmMOQCKQWtzB2O6CNZTRhhj7gkpRRXY9ILN2KdSQoWk="; 11 + sha256 = "sha256-sUlM4bLy/kluZmGOzMACz92GG46XYKicNPP5k2FPSGA="; 12 12 }; 13 13 14 - vendorHash = "sha256-rqf5nAXwcW6lm7sidEcxMqatT4KPju4Seo1/Awse5Zs="; 14 + vendorHash = "sha256-mPEixXVuxAqgkBoNqIYnZaFJynHJsnmamaHqyh/svwQ="; 15 15 16 16 # Disable tests because it attempts to use a mongodb instance 17 17 doCheck = false;