kubevela: 1.10.4 -> 1.10.5
This commit is contained in:
@@ -11,13 +11,13 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "kubevela";
|
pname = "kubevela";
|
||||||
version = "1.10.4";
|
version = "1.10.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "kubevela";
|
owner = "kubevela";
|
||||||
repo = "kubevela";
|
repo = "kubevela";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-IZrcZK6nVRSevFsS+mcTh86UGO73OuBh9p/ujZzApzU=";
|
hash = "sha256-VdHPjN3su5LxqtNGUaWttXU/Tns5U6jfdP22uozDhv8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-MUfULgycZn8hFfWmtNeoFf21+g3gGpeKoBvL8qB/m80=";
|
vendorHash = "sha256-MUfULgycZn8hFfWmtNeoFf21+g3gGpeKoBvL8qB/m80=";
|
||||||
|
|||||||
Reference in New Issue
Block a user