nixpacks: Update to version 0.4.0

This commit is contained in:
github-actions[bot] 2022-09-01 20:30:14 +00:00
parent 38a7e45251
commit 12b00ab136

View File

@ -1,5 +1,5 @@
{
"version": "0.3.12",
"version": "0.4.0",
"description": "Generate an OCI compliant image based off app source.",
"homepage": "https://github.com/railwayapp/nixpacks",
"license": "MIT",
@ -8,14 +8,14 @@
},
"architecture": {
"64bit": {
"url": "https://github.com/railwayapp/nixpacks/releases/download/v0.3.12/nixpacks-v0.3.12-x86_64-pc-windows-msvc.zip",
"hash": "3afacf45d8d7bc09debc36eca04356abbb19794b21bd27d98e0f6521dbaa6c43",
"extract_dir": "nixpacks-v0.3.12-x86_64-pc-windows-msvc"
"url": "https://github.com/railwayapp/nixpacks/releases/download/v0.4.0/nixpacks-v0.4.0-x86_64-pc-windows-msvc.zip",
"hash": "d851fe0e9d246dd47139c18de62c6f94ad5803a55f4106308a00f60e633f3b07",
"extract_dir": "nixpacks-v0.4.0-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/railwayapp/nixpacks/releases/download/v0.3.12/nixpacks-v0.3.12-i686-pc-windows-msvc.zip",
"hash": "e24cdeb8fac08199c07990591642b263d28199200950854b2f0649ba8165a7b2",
"extract_dir": "nixpacks-v0.3.12-i686-pc-windows-msvc"
"url": "https://github.com/railwayapp/nixpacks/releases/download/v0.4.0/nixpacks-v0.4.0-i686-pc-windows-msvc.zip",
"hash": "d32a777d6bcdb3d278f97e33d93fa911e6d29d111b8ccad7843426024900ad74",
"extract_dir": "nixpacks-v0.4.0-i686-pc-windows-msvc"
}
},
"bin": "nixpacks.exe",