nixpacks: Update to version 0.4.8

This commit is contained in:
github-actions[bot] 2022-09-10 04:51:57 +00:00
parent b7b4750e12
commit af0a8f992c

View File

@ -1,5 +1,5 @@
{ {
"version": "0.4.2", "version": "0.4.8",
"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.4.2/nixpacks-v0.4.2-x86_64-pc-windows-msvc.zip", "url": "https://github.com/railwayapp/nixpacks/releases/download/v0.4.8/nixpacks-v0.4.8-x86_64-pc-windows-msvc.zip",
"hash": "f18c892ee36267551f1ffc043f9e91abd188a887fb596a8565db1e10ffd51f74", "hash": "5f9c4871294f14fdf7cfd0a1171cb69991b3edd243154995b95e46e51d7756ad",
"extract_dir": "nixpacks-v0.4.2-x86_64-pc-windows-msvc" "extract_dir": "nixpacks-v0.4.8-x86_64-pc-windows-msvc"
}, },
"32bit": { "32bit": {
"url": "https://github.com/railwayapp/nixpacks/releases/download/v0.4.2/nixpacks-v0.4.2-i686-pc-windows-msvc.zip", "url": "https://github.com/railwayapp/nixpacks/releases/download/v0.4.8/nixpacks-v0.4.8-i686-pc-windows-msvc.zip",
"hash": "3b2c72cdc60226418db9820f0af17ec80018d34e65f633a40486784fc616755c", "hash": "7f4e55ecaa4285c0adf43422e94e5266bba55aa203aa04cac08ef8d08518fb63",
"extract_dir": "nixpacks-v0.4.2-i686-pc-windows-msvc" "extract_dir": "nixpacks-v0.4.8-i686-pc-windows-msvc"
} }
}, },
"bin": "nixpacks.exe", "bin": "nixpacks.exe",