nixpacks: Update to version 0.11.5

This commit is contained in:
github-actions[bot] 2022-10-28 04:35:18 +00:00
parent 7822d4687c
commit 9b06bbb811

View File

@ -1,5 +1,5 @@
{ {
"version": "0.11.3", "version": "0.11.5",
"description": "Generate an OCI compliant image based off app source.", "description": "Generate an OCI compliant image based off app source.",
"homepage": "https://github.com/railwayapp/nixpacks", "homepage": "https://github.com/railwayapp/nixpacks",
"license": "MIT", "license": "MIT",
@ -8,14 +8,14 @@
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/railwayapp/nixpacks/releases/download/v0.11.3/nixpacks-v0.11.3-x86_64-pc-windows-msvc.zip", "url": "https://github.com/railwayapp/nixpacks/releases/download/v0.11.5/nixpacks-v0.11.5-x86_64-pc-windows-msvc.zip",
"hash": "269bd572925e650626d29c4f8f5678672f7fa399da5038e5758726301f472e1e", "hash": "2f1dce71c61e60c0d5f2399ce499bd9b6c77e899da3d4880608a0dc8b599ad1d",
"extract_dir": "nixpacks-v0.11.3-x86_64-pc-windows-msvc" "extract_dir": "nixpacks-v0.11.5-x86_64-pc-windows-msvc"
}, },
"32bit": { "32bit": {
"url": "https://github.com/railwayapp/nixpacks/releases/download/v0.11.3/nixpacks-v0.11.3-i686-pc-windows-msvc.zip", "url": "https://github.com/railwayapp/nixpacks/releases/download/v0.11.5/nixpacks-v0.11.5-i686-pc-windows-msvc.zip",
"hash": "4dc99c64c80c0bbd4e49e6f9b8364926991022c167b0c3cb3ba631bde386a557", "hash": "634dfd0d9a5b4abc7c5257239be5ae363a374b899601d6dce87b8ea918caf497",
"extract_dir": "nixpacks-v0.11.3-i686-pc-windows-msvc" "extract_dir": "nixpacks-v0.11.5-i686-pc-windows-msvc"
} }
}, },
"bin": "nixpacks.exe", "bin": "nixpacks.exe",