Commit 8592d8f8 authored by toastal's avatar toastal
Browse files

senpai: unstable-2021-05-27 -> unstable-2021-11-29

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
parent 6fb4ff87
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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"