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

kn: 1.11.0 -> 1.11.1
This commit is contained in:
Nick Cao 2023-10-18 10:42:20 -04:00 committed by GitHub
commit dea2b2d92b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "kn";
version = "1.11.0";
version = "1.11.1";
src = fetchFromGitHub {
owner = "knative";
repo = "client";
rev = "knative-v${version}";
sha256 = "sha256-Aiu8SedWCP2yIw51+aVEFcskJKee8RvUcW6yGtagSnI=";
sha256 = "sha256-tVUe/EHraPVxikzGilmX2fDCX81lPGPy+Sa9OoVmpYM=";
};
vendorHash = null;