fluxcd: 0.6.1 -> 0.6.3

This commit is contained in:
Yurii Matsiuk 2021-01-21 16:30:06 +01:00
parent b97a90532e
commit 96966bb66b
No known key found for this signature in database
GPG Key ID: 61302290298601AA

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "fluxcd";
version = "0.6.1";
version = "0.6.3";
src = fetchFromGitHub {
owner = "fluxcd";
repo = "flux2";
rev = "v${version}";
sha256 = "sha256-A5sEv8d6T0tvhD5UzZ2h2cymtXSO2h68pnD8MGg+Dfo=";
sha256 = "08mdcnzvjfiw81vribayl58vsjb4sipsnn4x7zv4yk0vvw72i9k8";
};
vendorSha256 = "sha256-eh5oUOLgZLIODL58WI1trXerHDWrIiclkrv/w0lvzL4=";
vendorSha256 = "1aijdx4mln78srz6b8nghkwsliia86x9xrfzs3sz7v4h36vhdjpa";
nativeBuildInputs = [ installShellFiles ];