gnmic: 0.38.2 -> 0.39.0

This commit is contained in:
R. Ryantm 2024-11-08 05:20:33 +00:00
parent c6f1ef99d1
commit 39cba6bde7

View File

@ -8,16 +8,16 @@
buildGoModule rec {
pname = "gnmic";
version = "0.38.2";
version = "0.39.0";
src = fetchFromGitHub {
owner = "openconfig";
repo = pname;
rev = "v${version}";
hash = "sha256-TSRexhhYny1L7znhjqPLudIMUYhyMQUmLClyXzsZxcY=";
hash = "sha256-xS2TLYA/9Xb4UJ8yCpqDBQbHTE1p2OlBpp8R2BTXwyk=";
};
vendorHash = "sha256-pJz613QFdA+8HcV+U0aG+A+WDZtSZIgaLVqCnu4WQWo=";
vendorHash = "sha256-9A/ZcamCMUpNxG3taHrqI4JChjpSjSuwx0ZUyGAuGXo=";
ldflags = [
"-s" "-w"