kubevela: 1.10.3 -> 1.10.4

This commit is contained in:
R. Ryantm 2025-10-09 15:51:43 +00:00
parent 723e1e95a5
commit 899e3422df

View file

@ -11,16 +11,16 @@
buildGoModule rec {
pname = "kubevela";
version = "1.10.3";
version = "1.10.4";
src = fetchFromGitHub {
owner = "kubevela";
repo = "kubevela";
rev = "v${version}";
hash = "sha256-ZOe22u0K760AsSWkKKhIqay6+zi4D0GpK9HAbDKi2Wo=";
hash = "sha256-IZrcZK6nVRSevFsS+mcTh86UGO73OuBh9p/ujZzApzU=";
};
vendorHash = "sha256-e6buEk5snG199CIb5OGgghmkFCGY/wfNUbpxW9OUdWE=";
vendorHash = "sha256-MUfULgycZn8hFfWmtNeoFf21+g3gGpeKoBvL8qB/m80=";
ldflags = [
"-s"