nixpacks: Update to version 0.1.5

This commit is contained in:
github-actions[bot] 2022-06-28 00:33:38 +00:00
parent 4ee19fc546
commit 68c8f77eb6

View File

@ -1,5 +1,5 @@
{ {
"version": "0.1.4", "version": "0.1.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.1.4/nixpacks-v0.1.4-x86_64-pc-windows-msvc.zip", "url": "https://github.com/railwayapp/nixpacks/releases/download/v0.1.5/nixpacks-v0.1.5-x86_64-pc-windows-msvc.zip",
"hash": "bcf817273b9e60c739a6df70ead2ff37541169f789b0052383710b2da74eba5c", "hash": "4531b661e24e0716c14a8ccb9f41c6c89d3ec4c5433f7b8b918132158cc43af1",
"extract_dir": "nixpacks-v0.1.4-x86_64-pc-windows-msvc" "extract_dir": "nixpacks-v0.1.5-x86_64-pc-windows-msvc"
}, },
"32bit": { "32bit": {
"url": "https://github.com/railwayapp/nixpacks/releases/download/v0.1.4/nixpacks-v0.1.4-i686-pc-windows-msvc.zip", "url": "https://github.com/railwayapp/nixpacks/releases/download/v0.1.5/nixpacks-v0.1.5-i686-pc-windows-msvc.zip",
"hash": "e1a6f0f588d71186f0c4f878ca536ded6e2757d52d895d1e32c8e20d96ef9077", "hash": "ed6dfa69dc7aa2d5617fd085a1e01abbb6f424157af4b049d08adbb7eb3040a8",
"extract_dir": "nixpacks-v0.1.4-i686-pc-windows-msvc" "extract_dir": "nixpacks-v0.1.5-i686-pc-windows-msvc"
} }
}, },
"bin": "nixpacks.exe", "bin": "nixpacks.exe",