summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-01-27 11:30:02 +0100
committerGitHub <noreply@github.com>2023-01-27 11:30:02 +0100
commit1aa56ee778739a102e5a086af4e5cbd116b99304 (patch)
treebac00f4c01c2ed2bb5d1e58d4aff254dd3ca2a7a
parent99bf8a1f0fe56b4a5f170131e58cf46271de658e (diff)
parent56c413eaec271f771ca82b3009e7b8b58b8cfec3 (diff)
downloadnixpkgs-1aa56ee778739a102e5a086af4e5cbd116b99304.tar
nixpkgs-1aa56ee778739a102e5a086af4e5cbd116b99304.tar.gz
nixpkgs-1aa56ee778739a102e5a086af4e5cbd116b99304.tar.bz2
nixpkgs-1aa56ee778739a102e5a086af4e5cbd116b99304.tar.lz
nixpkgs-1aa56ee778739a102e5a086af4e5cbd116b99304.tar.xz
nixpkgs-1aa56ee778739a102e5a086af4e5cbd116b99304.tar.zst
nixpkgs-1aa56ee778739a102e5a086af4e5cbd116b99304.zip
Merge pull request #212899 from r-ryantm/auto-update/juju
juju: 2.9.35 -> 2.9.38
-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 22ea41ec434..e280b739003 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.35";
+  version = "2.9.38";
 
   src = fetchFromGitHub {
     owner = "juju";
     repo = "juju";
     rev = "juju-${version}";
-    sha256 = "sha256-tRuT4freMDtFjmZuBV9WD9jQFUat8QAias5d+AN7IVo=";
+    sha256 = "sha256-QTO6MHiFx3nDXDaaVy7rCiR0ttBXt5oAw94/ZDTICOM=";
   };
 
-  vendorSha256 = "sha256-2MevXSjjwXDjmiMhiZyv45a3OgDrliVcvHbXGRIOu1s=";
+  vendorHash = "sha256-QOu1azw3OUWaz7MRFGZ5CGX4bVegbFYp76/XpesnaUM=";
 
   # Disable tests because it attempts to use a mongodb instance
   doCheck = false;