about summary refs log tree commit diff
path: root/pkgs/applications/networking/juju
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-08-14 11:39:52 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-08-14 11:39:52 +0000
commitea4892bc4204148bb9ba234dd55da089d34ebd32 (patch)
tree3220ef78d046a4da89c90b20cee88415610610db /pkgs/applications/networking/juju
parent5c37f7fa7e6571cbd86d690e8a662809b6f0df06 (diff)
juju: 2.9.31 -> 2.9.33
Diffstat (limited to 'pkgs/applications/networking/juju')
-rw-r--r--pkgs/applications/networking/juju/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/juju/default.nix b/pkgs/applications/networking/juju/default.nix
index ef7b33061dc95..dfc5aa0ab58be 100644
--- a/pkgs/applications/networking/juju/default.nix
+++ b/pkgs/applications/networking/juju/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "juju";
-  version = "2.9.31";
+  version = "2.9.33";
 
   src = fetchFromGitHub {
     owner = "juju";
     repo = "juju";
     rev = "juju-${version}";
-    sha256 = "sha256-vRe7H7wtZUTsAJa6QVP+BTDDkJsfgIlBVpGcvtU1e0g=";
+    sha256 = "sha256-BK5fTPV4glBg4a4QI5L3ZBmWYGrfLDx6hAOzlNbMxJU=";
   };
 
-  vendorSha256 = "sha256-Tx5RazLrNZ5GMRu4/jKhuNN7m1mQw4V7TBcIed/Gssg=";
+  vendorSha256 = "sha256-xBlGqHmAX08LlHmZ9Vr+j06Cf2soIPDFJKZh36ku8cw=";
 
   # Disable tests because it attempts to use a mongodb instance
   doCheck = false;