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

kn: 1.1.0 -> 1.2.0
This commit is contained in:
Bobby Rong 2022-02-14 20:10:56 +08:00 committed by GitHub
commit a36654d994
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.1.0";
version = "1.2.0";
src = fetchFromGitHub {
owner = "knative";
repo = "client";
rev = "knative-v${version}";
sha256 = "sha256-lRQ4IXV+q1idoTyhppJGlzjuUuRykP8DtQ3t/CsxhNw=";
sha256 = "sha256-yWzrMkkusRueHyWT4LwrflH4N7BNri2ycHIuAyvXceo=";
};
vendorSha256 = null;