Skip to content

Commit 3e5b660

Browse files
authored
fn-cli: 0.6.36 -> 0.6.38 (#383125)
2 parents bae8710 + f1ad642 commit 3e5b660

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.36";
10+
version = "0.6.38";
1111

1212
src = fetchFromGitHub {
1313
owner = "fnproject";
1414
repo = "cli";
1515
rev = version;
16-
hash = "sha256-JL1Xobmt6T7sSbEEj8L5+XB8/LbxMjhcmRxO//xVSQQ=";
16+
hash = "sha256-JzOt0wjlChK07NhZ0y5kFtsmN5cLL4dJStogmGucAgc=";
1717
};
1818

1919
vendorHash = null;

0 commit comments

Comments
 (0)