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

fn-cli: 0.6.33 -> 0.6.34
This commit is contained in:
Nick Cao
2024-06-11 16:46:44 -04:00
committed by GitHub
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "fn";
version = "0.6.33";
version = "0.6.34";
src = fetchFromGitHub {
owner = "fnproject";
repo = "cli";
rev = version;
hash = "sha256-f8EYiTXS9ByELWWV2EF4jrDamoKRGejKhYVyNscHZvo=";
hash = "sha256-rbZySF7DrBN37YIetFXZE/aPSRex5cQnV8FZ0KDQ71k=";
};
vendorHash = null;