Merge pull request #240632 from aaronjheng/func

func: 1.7.0 -> 1.10.0
This commit is contained in:
Pol Dellaiera 2023-07-01 23:22:45 +02:00 committed by GitHub
commit 58e5f9aa0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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" ];