about summary refs log tree commit diff
path: root/pkgs/applications/networking/juju
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-11-11 08:43:18 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-11-11 08:43:18 +0000
commite029a61976a6e0034f7a44c5dd476ebc506c74ee (patch)
tree0c0a05a7520d85c2e5a2cfb2601257ef379bd07f /pkgs/applications/networking/juju
parentf209847507d446153d373f728215dfff7469d5bd (diff)
juju: 3.2.3 -> 3.3.0
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 d0542f5c3edca..c8e8db8b84211 100644
--- a/pkgs/applications/networking/juju/default.nix
+++ b/pkgs/applications/networking/juju/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "juju";
-  version = "3.2.3";
+  version = "3.3.0";
 
   src = fetchFromGitHub {
     owner = "juju";
     repo = "juju";
     rev = "juju-${version}";
-    sha256 = "sha256-sUlM4bLy/kluZmGOzMACz92GG46XYKicNPP5k2FPSGA=";
+    sha256 = "sha256-8VSSTeN4a1zvMi4L4dR3q+kWKgYq8Jg1jDvFjEBD7jI=";
   };
 
-  vendorHash = "sha256-mPEixXVuxAqgkBoNqIYnZaFJynHJsnmamaHqyh/svwQ=";
+  vendorHash = "sha256-3hZywUpJe6g8IujbK0hcp12S6OKswLj/YYJGuPG06Es=";
 
   # Disable tests because it attempts to use a mongodb instance
   doCheck = false;