Merge pull request #307697 from r-ryantm/auto-update/kn

kn: 1.13.0 -> 1.14.0
This commit is contained in:
OTABI Tomoya 2024-05-01 22:49:45 +09:00 committed by GitHub
commit eeb6f7652b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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