about summary refs log tree commit diff
path: root/pkgs/applications/networking/irc
diff options
context:
space:
mode:
authortoastal <toastal@posteo.net>2023-02-16 20:35:30 +0700
committertoastal <toastal@posteo.net>2023-02-16 20:35:30 +0700
commit05b3fb643f272ea4acff5251cf8ecfa0ef288f92 (patch)
tree08552835face1b846c73d0c8140f8ec16b154101 /pkgs/applications/networking/irc
parent765d9282965382163b4f63cf1124de73404bc099 (diff)
senpai: unstable-2023-01-03 → unstable-2023-02-13
Checking the log @ https://git.sr.ht/~taiite/senpai/log there’s been a
number of minor, but notable fixes, including spamming reconnect
messages.
Diffstat (limited to 'pkgs/applications/networking/irc')
-rw-r--r--pkgs/applications/networking/irc/senpai/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/irc/senpai/default.nix b/pkgs/applications/networking/irc/senpai/default.nix
index e821b7ff58e67..d5a977f65fbe5 100644
--- a/pkgs/applications/networking/irc/senpai/default.nix
+++ b/pkgs/applications/networking/irc/senpai/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "senpai";
-  version = "unstable-2023-01-03";
+  version = "unstable-2023-02-13";
 
   src = fetchFromSourcehut {
     owner = "~taiite";
     repo = "senpai";
-    rev = "5414edb01f30ad9480e211030db1bcd858e5f741";
-    sha256 = "sha256-GsdU+IBuHhwt8n4SEMCUSUzLQezwVtZ9L/0uF5aculA=";
+    rev = "1318e784bd2bba3765aee97811a3f0053d3a6723";
+    sha256 = "sha256-q167og8S8YbLcREZ7DVbJhjMzx4iO0WgIFkOV2IpieM=";
   };
 
   vendorSha256 = "sha256-PkoEHQEGKCiNbJsm7ieL65MtEult/wubLreJKA1gGpg=";