kubevela: 1.10.2 -> 1.10.3

This commit is contained in:
R. Ryantm 2025-05-17 14:14:24 +00:00
parent 2c25b7b552
commit 4f2a13eea4

View File

@ -11,16 +11,16 @@
buildGoModule rec {
pname = "kubevela";
version = "1.10.2";
version = "1.10.3";
src = fetchFromGitHub {
owner = "kubevela";
repo = "kubevela";
rev = "v${version}";
hash = "sha256-YfIYQSJynI4Ou4oiq7yxZlfdCnpuwsuUUPYKDmFdIKg=";
hash = "sha256-ZOe22u0K760AsSWkKKhIqay6+zi4D0GpK9HAbDKi2Wo=";
};
vendorHash = "sha256-iBhRvlG4agErynZMEFu6XWYK3c657GiOwcn5bw4VtQA=";
vendorHash = "sha256-e6buEk5snG199CIb5OGgghmkFCGY/wfNUbpxW9OUdWE=";
ldflags = [
"-s"