Merge pull request #332241 from amesgen/cbor-diag-0.8.8

cbor-diag: 0.8.7 -> 0.8.8
This commit is contained in:
Sebastián Mancilla 2024-08-13 22:09:34 -04:00 committed by GitHub
commit 9d1c9a4836
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 8 additions and 10 deletions

View File

@ -3,7 +3,7 @@ GEM
specs:
cbor-canonical (0.1.2)
cbor-deterministic (0.1.3)
cbor-diag (0.8.7)
cbor-diag (0.8.8)
cbor-canonical
cbor-deterministic
cbor-packed
@ -11,7 +11,7 @@ GEM
neatjson
treetop (~> 1)
cbor-packed (0.1.5)
json_pure (2.6.3)
json_pure (2.7.2)
neatjson (0.10.5)
polyglot (0.3.5)
treetop (1.6.12)
@ -24,4 +24,4 @@ DEPENDENCIES
cbor-diag
BUNDLED WITH
2.4.20
2.5.16

View File

@ -25,10 +25,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0rwd88xngbjamgydj9rg3wvgl53pfzhal2n702s9afa1yp8mjm51";
sha256 = "12gicnz857iin9lhbrigyqz4v8fan9lq4sd56rfcb2c7a8azvmz9";
type = "gem";
};
version = "0.8.7";
version = "0.8.8";
};
cbor-packed = {
groups = ["default"];
@ -45,10 +45,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0kn736pb52j8b9xxq6l8wqp2chs74aa14vfnp0rijjn086m8b4f3";
sha256 = "13b4dminf6znfwvj8d61w6dar9zrxnndrmiig19adbliv0haxmlr";
type = "gem";
};
version = "2.6.3";
version = "2.7.2";
};
neatjson = {
groups = ["default"];

View File

@ -29,7 +29,7 @@ bundlerApp {
description = "CBOR diagnostic utilities";
homepage = "https://github.com/cabo/cbor-diag";
license = with licenses; asl20;
maintainers = with maintainers; [ fdns nicknovitski ];
maintainers = with maintainers; [ fdns nicknovitski amesgen ];
platforms = platforms.unix;
};
}

View File

@ -4427,8 +4427,6 @@ with pkgs;
gflags = null; # only required for examples/tests
};
cbor-diag = callPackage ../development/tools/cbor-diag { };
cassowary = callPackage ../tools/networking/cassowary { };
croc = callPackage ../tools/networking/croc { };