Merge pull request #331505 from aaronjheng/txtpbfmt

txtpbfmt: 0-unstable-2024-04-16 -> 0-unstable-2024-06-11
This commit is contained in:
Nick Cao 2024-08-02 15:36:00 -04:00 committed by GitHub
commit 4197076f2b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 5 deletions

View File

@ -2,13 +2,13 @@
buildGoModule {
pname = "txtpbfmt";
version = "0-unstable-2024-04-16";
version = "0-unstable-2024-06-11";
src = fetchFromGitHub {
owner = "protocolbuffers";
repo = "txtpbfmt";
rev = "1e18ef0a7fdc4d28b9223d2d50b4b2be7024519e";
hash = "sha256-L96aEAlPvdBXxAbH8IszQK0r7ouICmFrkHtTJe/dD+E=";
rev = "dedd929c1c222fd4d895cda0e1c87b940262b1f5";
hash = "sha256-L9btIjcQ3XMPzUrizoSEJ/Zj2xWphFAka3qtzm2mxP4=";
};
vendorHash = "sha256-IdD+R8plU4/e9fQaGSM5hJxyMECb6hED0Qg8afwHKbY=";

View File

@ -13569,8 +13569,6 @@ with pkgs;
inherit (darwin.apple_sdk.frameworks) Security;
};
txtpbfmt = callPackage ../development/tools/txtpbfmt { };
ipbt = callPackage ../tools/misc/ipbt { };
tuckr = callPackage ../applications/misc/tuckr { };