From 3d61f2103953617bfd49586f006c9addabccfb00 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 08:31:02 +0000 Subject: [PATCH] nixpacks: Update to version 1.24.5 --- bucket/nixpacks.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/nixpacks.json b/bucket/nixpacks.json index 14ca6852a2..6e600eb8c5 100644 --- a/bucket/nixpacks.json +++ b/bucket/nixpacks.json @@ -1,5 +1,5 @@ { - "version": "1.24.4", + "version": "1.24.5", "description": "Generate an OCI compliant image based off app source.", "homepage": "https://github.com/railwayapp/nixpacks", "license": "MIT", @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/railwayapp/nixpacks/releases/download/v1.24.4/nixpacks-v1.24.4-x86_64-pc-windows-msvc.zip", - "hash": "001a021dfca99dc296da714009b4e4888c78007a32f38bbf43c797bafb1e28f9" + "url": "https://github.com/railwayapp/nixpacks/releases/download/v1.24.5/nixpacks-v1.24.5-x86_64-pc-windows-msvc.zip", + "hash": "7d8bf02ad605b5612d88a98c83d37cb9f530d08894c23619921e910e474ab572" }, "32bit": { - "url": "https://github.com/railwayapp/nixpacks/releases/download/v1.24.4/nixpacks-v1.24.4-i686-pc-windows-msvc.zip", - "hash": "95f22b5ab4a7df62522ba592c42a4f9904a68059fa4088f3ea0c990f7b0d1b75" + "url": "https://github.com/railwayapp/nixpacks/releases/download/v1.24.5/nixpacks-v1.24.5-i686-pc-windows-msvc.zip", + "hash": "d05384e2a3739573c6552827730911786060af84c497d3d128cea4a297909714" } }, "bin": "nixpacks.exe",