nixpacks: Update to version 0.2.13

This commit is contained in:
github-actions[bot] 2022-08-09 20:29:21 +00:00
parent 539232709e
commit 283f128dc9

View File

@ -1,5 +1,5 @@
{ {
"version": "0.2.11", "version": "0.2.13",
"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.2.11/nixpacks-v0.2.11-x86_64-pc-windows-msvc.zip", "url": "https://github.com/railwayapp/nixpacks/releases/download/v0.2.13/nixpacks-v0.2.13-x86_64-pc-windows-msvc.zip",
"hash": "21363f511d2f9648092d60c4654d2e3dc35ecac9aed233eb81a4c0599c1e1e94", "hash": "be2770655ab590a80ef9e3ebb243fa7642e0583b69d1c9e484355aca66a905d1",
"extract_dir": "nixpacks-v0.2.11-x86_64-pc-windows-msvc" "extract_dir": "nixpacks-v0.2.13-x86_64-pc-windows-msvc"
}, },
"32bit": { "32bit": {
"url": "https://github.com/railwayapp/nixpacks/releases/download/v0.2.11/nixpacks-v0.2.11-i686-pc-windows-msvc.zip", "url": "https://github.com/railwayapp/nixpacks/releases/download/v0.2.13/nixpacks-v0.2.13-i686-pc-windows-msvc.zip",
"hash": "5731fa011b6e7276f35e4622d1ea191dc6bc9fb6f7ac45439a56b8505b538253", "hash": "26bd42c308821167ef3531129178def6a9a0f93f0a2d3242ff266c986e27a6a6",
"extract_dir": "nixpacks-v0.2.11-i686-pc-windows-msvc" "extract_dir": "nixpacks-v0.2.13-i686-pc-windows-msvc"
} }
}, },
"bin": "nixpacks.exe", "bin": "nixpacks.exe",