fly: 7.4.0 -> 7.5.0

This commit is contained in:
R. RyanTM 2021-09-22 06:30:31 +00:00
parent eb71bcd041
commit 9e81d39c83

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "fly";
version = "7.4.0";
version = "7.5.0";
src = fetchFromGitHub {
owner = "concourse";
repo = "concourse";
rev = "v${version}";
sha256 = "sha256-UvEPTZtQWztl7ZC1XrBxE8+emlXQjMG4IJEti5vVxUM=";
sha256 = "sha256-5+zAIvm4RgXc09HwSNlSjChL4NhMMiGDMtAVlmV/BYE=";
};
vendorSha256 = "sha256-IY+HGgoKNS/j3FGCX3F3EK1GehBjs3Z1K8V3O7a3swk=";
vendorSha256 = "sha256-Z6zxSbzn1/u+3Z9PeRl6iO0pVlw/lGtFjAuZpGrRDDY=";
doCheck = false;