From 8592d8f8661c9a3de8e37eae51622b9fa1070a4b Mon Sep 17 00:00:00 2001 From: toastal Date: Sun, 5 Dec 2021 12:07:53 +0700 Subject: [PATCH] senpai: unstable-2021-05-27 -> unstable-2021-11-29 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It’s been a long while since this package was upgraded. Two of the biggest introductions is switching the config from YAML → SCFG[^1] and allowing an external password cmd[^2], along with the myriad of commits to the project from the last couple of months. @malvo [^1]: https://todo.sr.ht/~taiite/senpai/66 [^2]: https://git.sr.ht/~taiite/senpai/commit/36a7d1eead5e8c731dad4d2053595ca8bfcd509a --- pkgs/applications/networking/irc/senpai/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/applications/networking/irc/senpai/default.nix b/pkgs/applications/networking/irc/senpai/default.nix index 81a984c84cd9..bd660660e462 100644 --- a/pkgs/applications/networking/irc/senpai/default.nix +++ b/pkgs/applications/networking/irc/senpai/default.nix @@ -2,16 +2,16 @@ buildGoModule rec { pname = "senpai"; - version = "unstable-2021-05-27"; + version = "unstable-2021-11-29"; src = fetchFromSourcehut { owner = "~taiite"; repo = "senpai"; - rev = "6be718329175c6d11e359f1a366ab6ab22b101d2"; - sha256 = "sha256-hW6DHJlDBYEqK8zj5PvGKU54sbeXjx1tdqwKXPXlKHc="; + rev = "3904c9190d94f273c0ae9937d3161b9fe4adf856"; + sha256 = "sha256-4ZhJuAxcoGjRO5xVqzlmaUvipnyiFMuJ1A3n8vlhYxU="; }; - vendorSha256 = "sha256-OLi5y1hrYK6+l5WB1SX85QU4y3KjFyGaEzgbE6lnW2k="; + vendorSha256 = "sha256-xkJh7k8GZmoZqE0HgbFp2xMJQOVDkPEXOZEl6bJZz1A="; subPackages = [ "cmd/senpai"