juju: 3.2.0 -> 3.2.2

This commit is contained in:
kashw2 2023-08-15 13:36:30 +10:00
parent ea95c09176
commit e428868418

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "juju";
version = "3.2.0";
version = "3.2.2";
src = fetchFromGitHub {
owner = "juju";
repo = "juju";
rev = "juju-${version}";
sha256 = "sha256-wm6yWxGFQBlNtFfL1PnUuljy6ODOboiyND4cqPjl1nM=";
sha256 = "sha256-ZmMOQCKQWtzB2O6CNZTRhhj7gkpRRXY9ILN2KdSQoWk=";
};
vendorHash = "sha256-ll0qm0noD1Zox8uOlp2Rr/sFFzQlJlpss4Ot3LQn/g4=";
vendorHash = "sha256-rqf5nAXwcW6lm7sidEcxMqatT4KPju4Seo1/Awse5Zs=";
# Disable tests because it attempts to use a mongodb instance
doCheck = false;