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

fn-cli: 0.6.28 -> 0.6.29
This commit is contained in:
Nick Cao
2024-01-25 10:39:57 -05:00
committed by GitHub
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "fn";
version = "0.6.28";
version = "0.6.29";
src = fetchFromGitHub {
owner = "fnproject";
repo = "cli";
rev = version;
hash = "sha256-/ifr/sSaChZKRe9wCcjURhqZl2/JhIMewZSlJiit/7w=";
hash = "sha256-hN9Kok2+ZNYZsG+3ffzr1jGfIMg99JzgzC0x585KDF4=";
};
vendorHash = null;