ygot: 0.31.0 -> 0.32.0

This commit is contained in:
R. Ryantm 2025-06-05 10:02:55 +00:00
parent d3ce1e9ebf
commit cda9c64a1b

View file

@ -10,16 +10,16 @@
buildGoModule (finalAttrs: {
pname = "ygot";
version = "0.31.0";
version = "0.32.0";
src = fetchFromGitHub {
owner = "openconfig";
repo = "ygot";
tag = "v${finalAttrs.version}";
hash = "sha256-jhPo3K6Q/LcfMkp2jaFwHGoFJSMdBNFidVU3A42Locw=";
hash = "sha256-rn5/eq8S2pu+3KYaB1gqN2uwA/pzFJjgX5pyXDE2eEA=";
};
vendorHash = "sha256-MxyjO/uptmBXz+JWgRcP/SWeEWyz9pNA9eM4Rul45cM=";
vendorHash = "sha256-AgSKfy8Dbc5fRhJ2oskmkShL/mHb2FKkGZoqPyagLfE=";
excludedPackages = [
"demo/*"