kn: 1.3.0 -> 1.3.1

This commit is contained in:
R. Ryantm 2022-03-13 18:32:09 +00:00
parent 12769bc7e1
commit 04b8374667

View file

@ -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;