nixpacks: Update to version 1.11.1

This commit is contained in:
github-actions[bot] 2023-07-28 20:23:56 +00:00
parent b5021b678b
commit 58111e579d

View File

@ -1,5 +1,5 @@
{ {
"version": "1.11.0", "version": "1.11.1",
"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.0/nixpacks-v1.11.0-x86_64-pc-windows-msvc.zip", "url": "https://github.com/railwayapp/nixpacks/releases/download/v1.11.1/nixpacks-v1.11.1-x86_64-pc-windows-msvc.zip",
"hash": "449c428e2c0be1b152aaeba96ecb88b8f3ee73e56a68127cd4e407431e7be7ab" "hash": "a2b1d0a137e27fd3e4d36d4454b6d6330e492e4d7bb5538ee9a1fa15bf0e018c"
}, },
"32bit": { "32bit": {
"url": "https://github.com/railwayapp/nixpacks/releases/download/v1.11.0/nixpacks-v1.11.0-i686-pc-windows-msvc.zip", "url": "https://github.com/railwayapp/nixpacks/releases/download/v1.11.1/nixpacks-v1.11.1-i686-pc-windows-msvc.zip",
"hash": "d41229d08b9a42c1e8abcbc4fe978e96a1358f3e5e471295d777beb0a5a11dcf" "hash": "0ac409d64e060c49e0ad11d222b9c27f3583eae737d35e6406097a4d5891db53"
} }
}, },
"bin": "nixpacks.exe", "bin": "nixpacks.exe",