lol

senpai: unstable-2022-11-15 → unstable-2022-12-02

https://git.sr.ht/~taiite/senpai/commit/870e2e51feb2186bcb4c719e17967eb1311678a3

authored by

toastal and committed by
GitHub
f4edf91c 1ec14133

+4 -4
+4 -4
pkgs/applications/networking/irc/senpai/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "senpai"; 5 - version = "unstable-2022-11-15"; 5 + version = "unstable-2022-12-02"; 6 6 7 7 src = fetchFromSourcehut { 8 8 owner = "~taiite"; 9 9 repo = "senpai"; 10 - rev = "cb0ba0669522ecf8ab0b0c3ccd0f14827eb65832"; 11 - sha256 = "sha256-Ny7TAKdh7RFGlrMRVIyCFFLqOanNWK+qGBbh+dVngMs="; 10 + rev = "870e2e51feb2186bcb4c719e17967eb1311678a3"; 11 + sha256 = "sha256-YWEgA1KAa1cj2YaqOXVVBw70gSxK7WEMNDyGJOFq4DQ="; 12 12 }; 13 13 14 - vendorSha256 = "sha256-dCADJ+k2vWLpgN251/gEyAg6WhPGK2DEWRaAHSHp1aM="; 14 + vendorSha256 = "sha256-+78Ln8179MfDKSfT/jnN9Y5CIbpdq28XMDHsIu+4f4c="; 15 15 16 16 subPackages = [ 17 17 "cmd/senpai"