nixpacks: Update to version 1.9.2

This commit is contained in:
github-actions[bot] 2023-06-29 16:28:49 +00:00
parent 26bf88681f
commit 0911c0690d

View File

@ -1,5 +1,5 @@
{ {
"version": "1.9.1", "version": "1.9.2",
"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.9.1/nixpacks-v1.9.1-x86_64-pc-windows-msvc.zip", "url": "https://github.com/railwayapp/nixpacks/releases/download/v1.9.2/nixpacks-v1.9.2-x86_64-pc-windows-msvc.zip",
"hash": "707807ec3ed797578d46c9ce8f98cc79de57010e2eab9f1547355115b909aead" "hash": "a59d9f277dec13d4d98c4aa5f784bf60f8c7d70daee0425cf790801ec19901b7"
}, },
"32bit": { "32bit": {
"url": "https://github.com/railwayapp/nixpacks/releases/download/v1.9.1/nixpacks-v1.9.1-i686-pc-windows-msvc.zip", "url": "https://github.com/railwayapp/nixpacks/releases/download/v1.9.2/nixpacks-v1.9.2-i686-pc-windows-msvc.zip",
"hash": "ebabea6a9b76b4499d40306b404a8bc57b86cd392c2cdd6fcdfe9437d386926a" "hash": "e0ad70953f0d5811f394b75aeb9207a11e86e58fa692041cd340c7ef840dd4ac"
} }
}, },
"bin": "nixpacks.exe", "bin": "nixpacks.exe",