0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

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

870e2e51fe
This commit is contained in:
toastal 2022-12-08 11:38:56 +00:00 committed by GitHub
parent 1ec1413384
commit f4edf91c8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "senpai";
version = "unstable-2022-11-15";
version = "unstable-2022-12-02";
src = fetchFromSourcehut {
owner = "~taiite";
repo = "senpai";
rev = "cb0ba0669522ecf8ab0b0c3ccd0f14827eb65832";
sha256 = "sha256-Ny7TAKdh7RFGlrMRVIyCFFLqOanNWK+qGBbh+dVngMs=";
rev = "870e2e51feb2186bcb4c719e17967eb1311678a3";
sha256 = "sha256-YWEgA1KAa1cj2YaqOXVVBw70gSxK7WEMNDyGJOFq4DQ=";
};
vendorSha256 = "sha256-dCADJ+k2vWLpgN251/gEyAg6WhPGK2DEWRaAHSHp1aM=";
vendorSha256 = "sha256-+78Ln8179MfDKSfT/jnN9Y5CIbpdq28XMDHsIu+4f4c=";
subPackages = [
"cmd/senpai"