fn-cli: 0.6.41 -> 0.6.42

This commit is contained in:
R. Ryantm 2025-04-28 13:53:36 +00:00
parent 917ee0af83
commit 4f3907e398

View file

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "fn";
version = "0.6.41";
version = "0.6.42";
src = fetchFromGitHub {
owner = "fnproject";
repo = "cli";
rev = version;
hash = "sha256-V+mwi83nNoFZGl2Cob1Jt1LESQUGmo0MfqDFJYMdQaI=";
hash = "sha256-cVxanejijbHx455P5Elc4uiqHmG1+MtRoXiHr52YyAw=";
};
vendorHash = null;