nixpacks: Update to version 1.12.0

This commit is contained in:
github-actions[bot] 2023-07-29 00:30:00 +00:00
parent 0ce0cf97cc
commit 94a7a587d7

View File

@ -1,5 +1,5 @@
{ {
"version": "1.11.1", "version": "1.12.0",
"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,12 +8,12 @@
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/railwayapp/nixpacks/releases/download/v1.11.1/nixpacks-v1.11.1-x86_64-pc-windows-msvc.zip", "url": "https://github.com/railwayapp/nixpacks/releases/download/v1.12.0/nixpacks-v1.12.0-x86_64-pc-windows-msvc.zip",
"hash": "a2b1d0a137e27fd3e4d36d4454b6d6330e492e4d7bb5538ee9a1fa15bf0e018c" "hash": "c74475bcf05b1fb281f96812d88120d2c060702ee866ae5caedc70a2eddcc4bc"
}, },
"32bit": { "32bit": {
"url": "https://github.com/railwayapp/nixpacks/releases/download/v1.11.1/nixpacks-v1.11.1-i686-pc-windows-msvc.zip", "url": "https://github.com/railwayapp/nixpacks/releases/download/v1.12.0/nixpacks-v1.12.0-i686-pc-windows-msvc.zip",
"hash": "0ac409d64e060c49e0ad11d222b9c27f3583eae737d35e6406097a4d5891db53" "hash": "fec9488955b28cf1a0d6bd76373669d06745e0d55c5dfc09c0044406229de7cd"
} }
}, },
"bin": "nixpacks.exe", "bin": "nixpacks.exe",