Skip to content

Commit f35bc2e

Browse files
authored
fn-cli: 0.6.40 -> 0.6.41 (#397965)
2 parents b06e19f + b13e39a commit f35bc2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/fn/fn-cli/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
buildGoModule rec {
99
pname = "fn";
10-
version = "0.6.40";
10+
version = "0.6.41";
1111

1212
src = fetchFromGitHub {
1313
owner = "fnproject";
1414
repo = "cli";
1515
rev = version;
16-
hash = "sha256-myLoLpEiyVTDsFx97AFiS9KNAOQd7NU+W8PJl95a7k0=";
16+
hash = "sha256-V+mwi83nNoFZGl2Cob1Jt1LESQUGmo0MfqDFJYMdQaI=";
1717
};
1818

1919
vendorHash = null;

0 commit comments

Comments
 (0)