kn: 1.12.0 -> 1.13.0

This commit is contained in:
R. Ryantm 2024-01-25 09:26:34 +00:00 committed by Yaya
parent 48c6ae5291
commit 62d3ddffaf

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "kn";
version = "1.12.0";
version = "1.13.0";
src = fetchFromGitHub {
owner = "knative";
repo = "client";
rev = "knative-v${version}";
sha256 = "sha256-Xp5PpHIcjh02qesnyrz53yydIAClx0OrBE75Sz5pifg=";
sha256 = "sha256-irMipYDYMyA0l9d7tI1wS7XsxGWjBzTvxmhpKM1gLW8=";
};
vendorHash = null;