fly: 7.3.0 -> 7.3.1

This commit is contained in:
R. RyanTM 2021-05-29 04:18:30 +00:00
parent f451461e9d
commit 91b22b4917

View file

@ -2,13 +2,13 @@
buildGoModule rec { buildGoModule rec {
pname = "fly"; pname = "fly";
version = "7.3.0"; version = "7.3.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "concourse"; owner = "concourse";
repo = "concourse"; repo = "concourse";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-Hj6MqDTXGFuKNuG+bV154WnTR3BRnh9JcBuMecMKPY8="; sha256 = "sha256-JtzJDbln+n05oJjA/ydZWaH4dIPLL/ZsNg+Gr+YBcng=";
}; };
vendorSha256 = "sha256-30rrRkPIH0sr8koKRLs1Twe6Z55+lr9gkgUDrY+WOTw="; vendorSha256 = "sha256-30rrRkPIH0sr8koKRLs1Twe6Z55+lr9gkgUDrY+WOTw=";