Unverified Commit 4197076f authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #331505 from aaronjheng/txtpbfmt

txtpbfmt: 0-unstable-2024-04-16 -> 0-unstable-2024-06-11
parents 4d4e4b24 00a6ef35
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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=";
+0 −2
Original line number Diff line number Diff line
@@ -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 { };