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

kn: 1.3.0 -> 1.3.1
This commit is contained in:
Ryan Mulligan
2022-03-17 07:29:54 -07:00
committed by GitHub
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "kn";
version = "1.3.0";
version = "1.3.1";
src = fetchFromGitHub {
owner = "knative";
repo = "client";
rev = "knative-v${version}";
sha256 = "sha256-PxiYxDHcA95MinNpEcXul2cYrV/VB6gThhYCZANqAGY=";
sha256 = "sha256-xpSnirdEZ/Cua/wicu62HzeDm0E8Xo/Jt2eMfUS7mDo=";
};
vendorSha256 = null;