From 038afafd3370056b1b5092716068c1402a79a7ce Mon Sep 17 00:00:00 2001 From: m3tm3re Date: Wed, 25 Mar 2026 19:10:23 +0100 Subject: [PATCH] openshell: 0.0.14 -> 0.0.16 --- pkgs/openshell/sources.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pkgs/openshell/sources.json b/pkgs/openshell/sources.json index 5174cc5..f814237 100644 --- a/pkgs/openshell/sources.json +++ b/pkgs/openshell/sources.json @@ -1,17 +1,17 @@ { - "version": "v0.0.14", + "version": "v0.0.16", "sources": { - "x86_64-linux": { - "url": "https://github.com/NVIDIA/OpenShell/releases/download/v0.0.14/openshell-x86_64-unknown-linux-musl.tar.gz", - "hash": "sha256-80rPByRSGArchy2yB+7Bbyqne24nI8dFZnfCgdfR2dY=" - }, "aarch64-linux": { - "url": "https://github.com/NVIDIA/OpenShell/releases/download/v0.0.14/openshell-aarch64-unknown-linux-musl.tar.gz", - "hash": "sha256-bHC9MRK6ZSTBZxiwujdHQjgBHXTGlLLxiqYAPaExKKU=" + "url": "https://github.com/NVIDIA/OpenShell/releases/download/v0.0.16/openshell-aarch64-unknown-linux-musl.tar.gz", + "hash": "sha256-cwG0fjf0mOZTXA+jwfjbUF04VxnL6U3hD8Hcabg+N/s=" + }, + "x86_64-linux": { + "url": "https://github.com/NVIDIA/OpenShell/releases/download/v0.0.16/openshell-x86_64-unknown-linux-musl.tar.gz", + "hash": "sha256-yV/9CHBfP85hmOXLmZL6Toxe6mO1gXWMdh21kluS/sU=" }, "aarch64-darwin": { - "url": "https://github.com/NVIDIA/OpenShell/releases/download/v0.0.14/openshell-aarch64-apple-darwin.tar.gz", - "hash": "sha256-8FaZt0qcYPEFt6+SJPJo8SYlYZbQZt6RtCO/pb4Gbso=" + "url": "https://github.com/NVIDIA/OpenShell/releases/download/v0.0.16/openshell-aarch64-apple-darwin.tar.gz", + "hash": "sha256-vSybSSiA+r3IJSpOwCQxSqrxJVkhlfVAfyiSKJai44M=" } } }