juju: 3.2.2 -> 3.2.3

This commit is contained in:
R. Ryantm 2023-10-03 13:30:58 +00:00 committed by Jonathan Ringer
parent b2b88b1dfd
commit 91b16f5745

View file

@ -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;