fn-cli: 0.6.34 -> 0.6.35

This commit is contained in:
R. Ryantm
2024-10-23 01:52:26 +00:00
parent ee8bdf4f09
commit e0bec7a25b
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "fn";
version = "0.6.34";
version = "0.6.35";
src = fetchFromGitHub {
owner = "fnproject";
repo = "cli";
rev = version;
hash = "sha256-rbZySF7DrBN37YIetFXZE/aPSRex5cQnV8FZ0KDQ71k=";
hash = "sha256-ohT4h9w6gaOk6C3O8eUBcmXHRSzL2mcRO8RnNY8htso=";
};
vendorHash = null;