fly: 7.11.2 -> 7.12.0

This commit is contained in:
R. Ryantm 2024-10-25 14:04:40 +00:00
parent b50e35f98d
commit 539b8d2d09

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "fly";
version = "7.11.2";
version = "7.12.0";
src = fetchFromGitHub {
owner = "concourse";
repo = "concourse";
rev = "v${version}";
hash = "sha256-GopZTVdjnPQZ354UC6USHYew+bzuy2AxagsHeH7wseQ=";
hash = "sha256-lAx9TZVRkPMa5swB74zI0xJ7pbRDApZoens747XcuJk=";
};
vendorHash = "sha256-Tzp4pPaIJ08NkkBBKR4xkMEhQR7K+Egx8aHYeRog0Gk=";
vendorHash = "sha256-dXjee2rZn1lVEmL8Cy8rrdpSX1OpS9GHKZo53ur3kew=";
subPackages = [ "fly" ];