Merge pull request #283948 from r-ryantm/auto-update/faas-cli

faas-cli: 0.16.21 -> 0.16.22

authored by

Nick Cao and committed by
GitHub
7e7ec727 b409212e

+2 -2
+2 -2
pkgs/development/tools/faas-cli/default.nix
··· 18 18 in 19 19 buildGoModule rec { 20 20 pname = "faas-cli"; 21 - version = "0.16.21"; 21 + version = "0.16.22"; 22 22 23 23 src = fetchFromGitHub { 24 24 owner = "openfaas"; 25 25 repo = "faas-cli"; 26 26 rev = version; 27 - sha256 = "sha256-1zdxxd27XXSDcOhQi/um7jQlLZ3x+T09N1p1JJ8qzkk="; 27 + sha256 = "sha256-m9pdP+ADNPWzrs4VPcdwE7I3aiaBtSb3i1qpFxMIdM4="; 28 28 }; 29 29 30 30 vendorHash = null;