fly: 6.7.4 -> 6.7.5

This commit is contained in:
R. RyanTM 2021-02-11 16:05:05 +00:00
parent 65aeed59c5
commit 818a324b34

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "fly";
version = "6.7.4";
version = "6.7.5";
src = fetchFromGitHub {
owner = "concourse";
repo = "concourse";
rev = "v${version}";
sha256 = "sha256-EFcgS+ZrmdrIwHAzwSuQFe7UgeWsTRjm2sDv5COdi/k=";
sha256 = "sha256-pL8h/hsaiVveZ32ee0bUepzcS7igJGVtGuHocrC21pY=";
};
vendorSha256 = "sha256-xeptlcJLj+R1BdC8Rdi3hsJVxdrmvfeTMsrhMNGrXi8=";
vendorSha256 = "sha256-IcIUYFmiVuRrZQisjWX5grOZPqovibgF5NmbG96FISI=";
doCheck = false;