about summary refs log tree commit diff
path: root/pkgs/applications/networking/juju
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-07-06 16:06:36 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-07-06 16:06:36 +0000
commitff57c9b2a5cf34958c6f2bdf82a68889e8525ed4 (patch)
tree3c668cabc32d094ae3ea6c20e3a374879e3c8467 /pkgs/applications/networking/juju
parent291b3ff5af268eb7a656bb11c73f2fe535ea2170 (diff)
juju: 2.8.7 -> 2.9.5
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 b4de49730fe8d..a91255f54e34b 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.8.7";
+  version = "2.9.5";
 
   src = fetchFromGitHub {
     owner = "juju";
     repo = "juju";
     rev = "juju-${version}";
-    sha256 = "sha256-ZiG+LMeQboFxaLIBSHjRNe5tt8bEguYXQp3nhkoMpek=";
+    sha256 = "sha256-oBwusx63a8AWNHqlNtG0S/SiIRM55fbc/CGN2MFJDYA=";
   };
 
-  vendorSha256 = "sha256-5R3TmwOzHgdEQhS4B4Bb0InghaEhUVxDSl7oZl3aNZ4=";
+  vendorSha256 = "sha256-VHUDqDsfY0c6r5sJbMX7JcXTIBXze9cd5qHqZWZAC2g=";
 
   # Disable tests because it attempts to use a mongodb instance
   doCheck = false;