Merge pull request #163521 from bryanasdev000/kn130

kn: 1.2.0 -> 1.3.0
This commit is contained in:
Thiago Kenji Okada 2022-03-10 07:57:21 +00:00 committed by GitHub
commit eb7e73916e
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.2.0";
version = "1.3.0";
src = fetchFromGitHub {
owner = "knative";
repo = "client";
rev = "knative-v${version}";
sha256 = "sha256-yWzrMkkusRueHyWT4LwrflH4N7BNri2ycHIuAyvXceo=";
sha256 = "sha256-PxiYxDHcA95MinNpEcXul2cYrV/VB6gThhYCZANqAGY=";
};
vendorSha256 = null;