Merge pull request #198269 from DGollings/update-protoc-gen-twirp_typescript

Janik 7ce0abe7 6fdd7691

Changed files
+11 -4
maintainers
pkgs
development
tools
protoc-gen-twirp_typescript
+6
maintainers/maintainer-list.nix
···
fingerprint = "1C4E F4FE 7F8E D8B7 1E88 CCDF BAB1 D15F B7B4 D4CE";
}];
};
+
dgollings = {
+
email = "daniel.gollings+nixpkgs@gmail.com";
+
github = "dgollings";
+
githubId = 2032823;
+
name = "Daniel Gollings";
+
};
dgonyeo = {
email = "derek@gonyeo.com";
github = "dgonyeo";
+5 -4
pkgs/development/tools/protoc-gen-twirp_typescript/default.nix
···
buildGoModule {
pname = "protoc-gen-twirp_typescript";
-
version = "unstable-2021-03-29";
+
version = "unstable-2022-08-14";
src = fetchFromGitHub {
owner = "larrymyers";
repo = "protoc-gen-twirp_typescript";
-
rev = "97fd63e543beb2d9f6a90ff894981affe0f2faf1";
+
rev = "535986b31881a214db3c04f122bcc96a2823a155";
sha256 = "sha256-LfF/n96LwRX8aoPHzCRI/QbDmZR9yMhE5yGhFAqa8nA=";
};
-
vendorSha256 = "sha256-WISWuq1neVX4xQkoamc6FznZahOQHwgkYmERJF40OFQ=";
+
proxyVendor = true;
+
vendorSha256 = "sha256-UyxHa28SY60U8VeL7TbSTyscqN5T7tKGfuN2GIL6QIg";
subPackages = [ "." ];
···
description = "Protobuf Plugin for Generating a Twirp Typescript Client";
homepage = "https://github.com/larrymyers/protoc-gen-twirp_typescript";
license = licenses.mit;
-
maintainers = with maintainers; [ jojosch ];
+
maintainers = with maintainers; [ jojosch dgollings ];
};
}