func: 1.7.0 -> 1.10.0

This commit is contained in:
Aaron Jheng 2023-06-30 02:33:17 +00:00
parent d37f585a54
commit b016259f93
No known key found for this signature in database
GPG Key ID: F6A547A869D050A3

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "func";
version = "1.7.0";
version = "1.10.0";
src = fetchFromGitHub {
owner = "knative";
repo = "func";
rev = "knative-v${version}";
sha256 = "sha256-LrWRY22deh+YL/cLb+ZwK93okVPgysBoMCmo2MrbqIs=";
hash = "sha256-x/SrRkgeLvjcd9LNgMGOf5TLU1GXpjY2Z2MyxrBZckc=";
};
vendorSha256 = null;
vendorHash = null;
subPackages = [ "cmd/func" ];