3
0
Fork 0
forked from mirrors/nixpkgs

fly: 7.0.0 -> 7.1.0

This commit is contained in:
R. RyanTM 2021-03-17 11:55:47 +00:00
parent 5b3290333a
commit 6fdb1772f3

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "fly";
version = "7.0.0";
version = "7.1.0";
src = fetchFromGitHub {
owner = "concourse";
repo = "concourse";
rev = "v${version}";
sha256 = "sha256-WpwMx8mPedunBKlRUDdcVA1sLWkZvuoaw6DEtvGSyAg=";
sha256 = "sha256-M0Jo4DyvPghhVLK3eFdew10lGUJJODxKoL+v16y9CW8=";
};
vendorSha256 = "sha256-OxU+Hb8bX71SFuyAw583Z7bEu+b/j2i/fOGE5S9C91M=";
vendorSha256 = "sha256-W6m+nDNcZBVfa1OTkOHWf4E9LmEUewsTLT/56Iyp6+Y=";
doCheck = false;