nixpacks: Update to version 0.3.10

This commit is contained in:
github-actions[bot] 2022-08-30 16:31:48 +00:00
parent 4d41d94982
commit cae2f380fe

View File

@ -1,5 +1,5 @@
{ {
"version": "0.3.9", "version": "0.3.10",
"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.3.9/nixpacks-v0.3.9-x86_64-pc-windows-msvc.zip", "url": "https://github.com/railwayapp/nixpacks/releases/download/v0.3.10/nixpacks-v0.3.10-x86_64-pc-windows-msvc.zip",
"hash": "7b093074a8d38f78d2a81c5449b2ab8c8f0b397ff6d43392756e0a8a0ca5ee98", "hash": "73087ac322776e9cc95310c322302c9d251fcb763820717116ec5f63e23ebc50",
"extract_dir": "nixpacks-v0.3.9-x86_64-pc-windows-msvc" "extract_dir": "nixpacks-v0.3.10-x86_64-pc-windows-msvc"
}, },
"32bit": { "32bit": {
"url": "https://github.com/railwayapp/nixpacks/releases/download/v0.3.9/nixpacks-v0.3.9-i686-pc-windows-msvc.zip", "url": "https://github.com/railwayapp/nixpacks/releases/download/v0.3.10/nixpacks-v0.3.10-i686-pc-windows-msvc.zip",
"hash": "92c095a34b68168a1abeca18a34e5b6777b0ec60c112c87421fc6a1a9f41e44f", "hash": "589dcf327dfc1d1912a129b2aff65549fc28719f3a86344ba0aca3b44fa70228",
"extract_dir": "nixpacks-v0.3.9-i686-pc-windows-msvc" "extract_dir": "nixpacks-v0.3.10-i686-pc-windows-msvc"
} }
}, },
"bin": "nixpacks.exe", "bin": "nixpacks.exe",