mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
Merge pull request #331505 from aaronjheng/txtpbfmt
txtpbfmt: 0-unstable-2024-04-16 -> 0-unstable-2024-06-11
This commit is contained in:
commit
4197076f2b
@ -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=";
|
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user