Merge pull request #227099 from r-ryantm/auto-update/fn-cli

fn-cli: 0.6.23 -> 0.6.24
This commit is contained in:
Nick Cao
2023-04-20 09:31:21 +08:00
committed by GitHub
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "fn";
version = "0.6.23";
version = "0.6.24";
src = fetchFromGitHub {
owner = "fnproject";
repo = "cli";
rev = version;
hash = "sha256-3g8S3cJ3RC06rvPMyQSKf8L4DkDTZ0Oe+6eh+rwyqg8=";
hash = "sha256-em9Bfrk7jJdmg3N+zH0VTpCdKPEOBK8vc297V5vmKzM=";
};
vendorSha256 = null;
vendorHash = null;
subPackages = ["."];