Loading maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -15774,6 +15774,12 @@ githubId = 4201956; name = "pongo1231"; }; poptart = { email = "poptart@hosakacorp.net"; github = "terrorbyte"; githubId = 1601039; name = "Cale Black"; }; portothree = { name = "Gustavo Porto"; email = "gus@p8s.co"; Loading pkgs/by-name/go/go-bare/package.nix 0 → 100644 +25 −0 Original line number Diff line number Diff line { buildGoModule, fetchFromSourcehut, lib }: buildGoModule rec { pname = "go-bare"; version = "0-unstable-2021-04-06"; src = fetchFromSourcehut { owner = "~sircmpwn"; repo = "go-bare"; rev = "ab86bc2846d997bc8760fdb0d06d4a55e746b1db"; hash = "sha256-SKTYDKidB1Ia3Jg4EBg5rPAtqlXAa19RY5qieS82A34="; }; vendorHash = "sha256-OhJb/q1XJ/U/AvCcCXw2Ll86UKlkHGuURHS5J6aXNTs="; subPackages = [ "cmd/gen" ]; meta = with lib; { description = "An implementation of the BARE message format for Go"; mainProgram = "gen"; homepage = "https://git.sr.ht/~sircmpwn/go-bare"; license = licenses.asl20; maintainers = with maintainers; [ poptart ]; }; } Loading
maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -15774,6 +15774,12 @@ githubId = 4201956; name = "pongo1231"; }; poptart = { email = "poptart@hosakacorp.net"; github = "terrorbyte"; githubId = 1601039; name = "Cale Black"; }; portothree = { name = "Gustavo Porto"; email = "gus@p8s.co"; Loading
pkgs/by-name/go/go-bare/package.nix 0 → 100644 +25 −0 Original line number Diff line number Diff line { buildGoModule, fetchFromSourcehut, lib }: buildGoModule rec { pname = "go-bare"; version = "0-unstable-2021-04-06"; src = fetchFromSourcehut { owner = "~sircmpwn"; repo = "go-bare"; rev = "ab86bc2846d997bc8760fdb0d06d4a55e746b1db"; hash = "sha256-SKTYDKidB1Ia3Jg4EBg5rPAtqlXAa19RY5qieS82A34="; }; vendorHash = "sha256-OhJb/q1XJ/U/AvCcCXw2Ll86UKlkHGuURHS5J6aXNTs="; subPackages = [ "cmd/gen" ]; meta = with lib; { description = "An implementation of the BARE message format for Go"; mainProgram = "gen"; homepage = "https://git.sr.ht/~sircmpwn/go-bare"; license = licenses.asl20; maintainers = with maintainers; [ poptart ]; }; }