summary refs log tree commit diff
path: root/pkgs/applications/networking/juju
diff options
context:
space:
mode:
authorkashw2 <supra4keanu@hotmail.com>2023-08-15 13:36:30 +1000
committerkashw2 <supra4keanu@hotmail.com>2023-08-15 13:36:40 +1000
commite428868418b170a810f97039ab21f7e9031d0fa0 (patch)
treec0b16d2f99ca55d1bb1fc4f3217deac58cc60ad7 /pkgs/applications/networking/juju
parentea95c0917609e5c48023cc7c6141bea2fdf13970 (diff)
downloadnixpkgs-e428868418b170a810f97039ab21f7e9031d0fa0.tar
nixpkgs-e428868418b170a810f97039ab21f7e9031d0fa0.tar.gz
nixpkgs-e428868418b170a810f97039ab21f7e9031d0fa0.tar.bz2
nixpkgs-e428868418b170a810f97039ab21f7e9031d0fa0.tar.lz
nixpkgs-e428868418b170a810f97039ab21f7e9031d0fa0.tar.xz
nixpkgs-e428868418b170a810f97039ab21f7e9031d0fa0.tar.zst
nixpkgs-e428868418b170a810f97039ab21f7e9031d0fa0.zip
juju: 3.2.0 -> 3.2.2
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 b4f33a4e0e0..32f5aa93595 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.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;