Merge pull request #159211 from r-ryantm/auto-update/fn

fn-cli: 0.6.11 -> 0.6.13
This commit is contained in:
Mario Rodas 2022-02-12 08:28:08 -05:00 committed by GitHub
commit 00aa6f5628
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "fn";
version = "0.6.11";
version = "0.6.13";
src = fetchFromGitHub {
owner = "fnproject";
repo = "cli";
rev = version;
sha256 = "sha256-mBPRsLBIwahKm2RR22pNXxJhdLaWHCKx0TKc4H4YIVY=";
sha256 = "sha256-zynhDxhZEpLmO8Z8shU8DnJUJ+K0wmf8fkRjMMV35uE=";
};
vendorSha256 = null;