mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
ygot: 0.30.0 -> 0.31.0
This commit is contained in:
parent
512c5f06e1
commit
d3c6e2ca73
1 changed files with 2 additions and 2 deletions
|
@ -10,13 +10,13 @@
|
||||||
|
|
||||||
buildGoModule (finalAttrs: {
|
buildGoModule (finalAttrs: {
|
||||||
pname = "ygot";
|
pname = "ygot";
|
||||||
version = "0.30.0";
|
version = "0.31.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "openconfig";
|
owner = "openconfig";
|
||||||
repo = "ygot";
|
repo = "ygot";
|
||||||
tag = "v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-nV0vh4KZtXEMc8BNRkrRVwgb59KWahkqROxu9/7xP/E=";
|
hash = "sha256-jhPo3K6Q/LcfMkp2jaFwHGoFJSMdBNFidVU3A42Locw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-MxyjO/uptmBXz+JWgRcP/SWeEWyz9pNA9eM4Rul45cM=";
|
vendorHash = "sha256-MxyjO/uptmBXz+JWgRcP/SWeEWyz9pNA9eM4Rul45cM=";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue