nixpacks: Update to version 1.10.1

This commit is contained in:
github-actions[bot] 2023-07-14 20:25:57 +00:00
parent 2cd4b53732
commit be4dfa388c

View File

@ -1,5 +1,5 @@
{ {
"version": "1.10.0", "version": "1.10.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.10.0/nixpacks-v1.10.0-x86_64-pc-windows-msvc.zip", "url": "https://github.com/railwayapp/nixpacks/releases/download/v1.10.1/nixpacks-v1.10.1-x86_64-pc-windows-msvc.zip",
"hash": "909709ed3493488d3f3e4e71d90a1a19cef8806dd34b6a063626c2ab0c9872c3" "hash": "d07a3bec7ef3c5506c5377c50499f0406b49fadfe675c260ebff71afba84b95a"
}, },
"32bit": { "32bit": {
"url": "https://github.com/railwayapp/nixpacks/releases/download/v1.10.0/nixpacks-v1.10.0-i686-pc-windows-msvc.zip", "url": "https://github.com/railwayapp/nixpacks/releases/download/v1.10.1/nixpacks-v1.10.1-i686-pc-windows-msvc.zip",
"hash": "6f1959a4c2582c200b5456bb03ffefc50049ea8f2718882815ea5e64f9caa753" "hash": "2cdca44f1862c3a2a5e438d4a9004c0c36815bbbe946b0760c873353c0daf2ac"
} }
}, },
"bin": "nixpacks.exe", "bin": "nixpacks.exe",