about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2024-05-26 14:21:46 +0200
committerGitHub <noreply@github.com>2024-05-26 14:21:46 +0200
commita02ebc92be4342db411b58b890077597e77c238d (patch)
treec79ea0eeabb98eec49f6489166afc8e98babf216 /pkgs/applications
parent024e5e189b768374c2b0c7c491b3bda5e102e69a (diff)
parent10a7ecf1943d076296484499ac02bef5759277a7 (diff)
Merge pull request #314825 from r-ryantm/auto-update/juju
juju: 3.3.5 -> 3.5.0
Diffstat (limited to 'pkgs/applications')
-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 8780e74a73e84..34f703b4b134f 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.3.5";
+  version = "3.5.0";
 
   src = fetchFromGitHub {
     owner = "juju";
     repo = "juju";
     rev = "v${version}";
-    hash = "sha256-sp4KLRKII1oEmdbCHzs5fbE/68NbKrHE3bxO14byYFk=";
+    hash = "sha256-35m6e7AWhYnCl+s/i78krYA8As14inI3os8HMBJwCJY=";
   };
 
-  vendorHash = "sha256-a50W9V1xxmItHS2DZkkXYEZ7I6aJxDo1+IriOlMPDyw=";
+  vendorHash = "sha256-4G4GspvNMVbfJJ8MfQtrhp5MRcDw0nhHvdlNdRJgpIM=";
 
   subPackages = [
     "cmd/juju"