fly: 7.12.0 -> 7.12.1

This commit is contained in:
R. Ryantm 2025-01-24 01:16:31 +00:00
parent 0aa475546e
commit 650cc76728

View File

@ -8,16 +8,16 @@
buildGoModule rec {
pname = "fly";
version = "7.12.0";
version = "7.12.1";
src = fetchFromGitHub {
owner = "concourse";
repo = "concourse";
rev = "v${version}";
hash = "sha256-lAx9TZVRkPMa5swB74zI0xJ7pbRDApZoens747XcuJk=";
hash = "sha256-3RsFtU2C3XxBddyW5liAwia9I7Fc8f2+TsziiJy6rHg=";
};
vendorHash = "sha256-dXjee2rZn1lVEmL8Cy8rrdpSX1OpS9GHKZo53ur3kew=";
vendorHash = "sha256-up77TV/A/C39LjgQ+1uQExWfMlbruLhY3H6820cRnt0=";
subPackages = [ "fly" ];