about summary refs log tree commit diff
path: root/pkgs/applications/networking/soju
diff options
context:
space:
mode:
authorJeremy <jtbx@duck.com>2023-11-28 11:19:36 +1300
committerJeremy <jtbx@duck.com>2023-11-28 11:19:36 +1300
commitdfae7c0805861efba0afbd2f2d48324358e07ad4 (patch)
tree16239f1cf919058cd078baed5f6690394a80fbe5 /pkgs/applications/networking/soju
parentbcc23ba4a8a287a6d90f31e7ee0ebea0ab89aae6 (diff)
soju: 0.6.2 -> 0.7.0
Diffstat (limited to 'pkgs/applications/networking/soju')
-rw-r--r--pkgs/applications/networking/soju/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/soju/default.nix b/pkgs/applications/networking/soju/default.nix
index d4e6d7a393f23..f8d6e3044314c 100644
--- a/pkgs/applications/networking/soju/default.nix
+++ b/pkgs/applications/networking/soju/default.nix
@@ -7,16 +7,16 @@
 
 buildGoModule rec {
   pname = "soju";
-  version = "0.6.2";
+  version = "0.7.0";
 
   src = fetchFromSourcehut {
     owner = "~emersion";
     repo = "soju";
     rev = "v${version}";
-    hash = "sha256-Icz6oIXLnLe75zuB8Q862I1ado5GpGZBJezrH7F7EJs=";
+    hash = "sha256-nzaYa4h+UZcP6jqFHxVjgQ/F3q9aOeOPgVKFWBy6Fag=";
   };
 
-  vendorHash = "sha256-iT/QMm6RM6kvw69Az+aLTtBuaCX7ELAiYlj5wXAtBd4=";
+  vendorHash = "sha256-JLght6bOrtc/VP3tfQboASa68VL2GGBTdK02DOC5EQk=";
 
   nativeBuildInputs = [
     installShellFiles