noriskclient-launcher-unwrapped: 0.6.16 -> 0.6.17 (#483317)

This commit is contained in:
Nick Cao
2026-01-26 21:32:11 +00:00
committed by GitHub
@@ -18,13 +18,13 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "noriskclient-launcher-unwrapped";
version = "0.6.16";
version = "0.6.17";
src = fetchFromGitHub {
owner = "NoRiskClient";
repo = "noriskclient-launcher";
tag = "v${finalAttrs.version}";
hash = "sha256-xYbQC7KLYKB2nU+bTl8jMMkfSuq7p8RNr8nJyLEQb1c=";
hash = "sha256-N61/O2cCMIwqkNEwBO3QtHveNiZKXbwehybXFRrTsA0=";
};
yarnOfflineCache = fetchYarnDeps {
@@ -78,6 +78,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
passthru.updateScript = nix-update-script { };
meta = {
changelog = "https://github.com/NoRiskClient/noriskclient-launcher/blob/v3/changelogs/${finalAttrs.version}.txt";
description = "Minecraft Launcher for NoRisk Client";
homepage = "https://norisk.gg";
license = lib.licenses.gpl3Only;