fn-cli: 0.6.46 -> 0.6.47

This commit is contained in:
R. Ryantm
2025-11-18 05:17:47 +00:00
parent 1dcdb7dcba
commit 1a77e12331
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "fn";
version = "0.6.46";
version = "0.6.47";
src = fetchFromGitHub {
owner = "fnproject";
repo = "cli";
rev = version;
hash = "sha256-QEbOx7CLcBJbBNXHXs9LoSF7USbdC5eJ6IJrR2gKJys=";
hash = "sha256-OqeSUQuo/PYgD9siXyMDFAASg2Me8JL31Z8ozgtr8l0=";
};
vendorHash = null;