From 06e88d7e805091d941c442f7ab37e5dd0d2836b8 Mon Sep 17 00:00:00 2001 From: VuiMuich Date: Wed, 3 Sep 2025 09:21:31 +0200 Subject: [PATCH 1/5] nushell: 0.106.1 -> 0.107.0 --- pkgs/shells/nushell/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/shells/nushell/default.nix b/pkgs/shells/nushell/default.nix index 20c148a8788c..f17d4dbfe750 100644 --- a/pkgs/shells/nushell/default.nix +++ b/pkgs/shells/nushell/default.nix @@ -23,7 +23,7 @@ let # NOTE: when updating this to a new non-patch version, please also try to # update the plugins. Plugins only work if they are compiled for the same # major/minor version. - version = "0.106.1"; + version = "0.107.0"; in rustPlatform.buildRustPackage { pname = "nushell"; @@ -33,10 +33,10 @@ rustPlatform.buildRustPackage { owner = "nushell"; repo = "nushell"; tag = version; - hash = "sha256-VrGsdO7RiTlf8JK3MBMcgj0z4cWUklDwikMN5Pu6JQI="; + hash = "sha256-ghBuqkiVHvPxD4zBpvL6NG+qL54SD/aLZNZqWUK4a28="; }; - cargoHash = "sha256-GSpR54QGiY9Yrs/A8neoKK6hMvSr3ORtNnwoz4GGprY="; + cargoHash = "sha256-HQy6maPKxreYPLni0/XETF/EEJqGGcpAurzf+QTVX18="; nativeBuildInputs = [ pkg-config From c250280caa459b5a6fca2fe3aa502e47dfa4396d Mon Sep 17 00:00:00 2001 From: VuiMuich Date: Sun, 7 Sep 2025 11:09:13 +0200 Subject: [PATCH 2/5] nushellPlugins.semver: 0.11.6 -> 0.11.7 --- pkgs/shells/nushell/plugins/semver.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/shells/nushell/plugins/semver.nix b/pkgs/shells/nushell/plugins/semver.nix index 531f78df8176..c969b47ba2b3 100644 --- a/pkgs/shells/nushell/plugins/semver.nix +++ b/pkgs/shells/nushell/plugins/semver.nix @@ -7,16 +7,16 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "nu_plugin_semver"; - version = "0.11.6"; + version = "0.11.7"; src = fetchFromGitHub { owner = "abusch"; repo = "nu_plugin_semver"; tag = "v${finalAttrs.version}"; - hash = "sha256-JF+aY7TW0NGo/E1eFVpBZQoxLxuGja8DSoJy4xgi1Lk="; + hash = "sha256-RrkOVo5MTLtVAp6d+Y1oP3jwImXeofXRdGXRFlwYA9I="; }; - cargoHash = "sha256-609w/7vmKcNv1zSfd+k6TTeU2lQuzHX3W5Y8EqKIiAM="; + cargoHash = "sha256-vKrwoPn8MLjzTrR7p3SH7I2LKKieJCm4tuarp4hktKA="; passthru.update-script = nix-update-script { }; From 31195681dee4f1bec4bf54affe184a4e529fd152 Mon Sep 17 00:00:00 2001 From: VuiMuich Date: Sun, 7 Sep 2025 11:31:50 +0200 Subject: [PATCH 3/5] nushellPlugins.skim: 0.17.0 -> 0.19.0 --- pkgs/shells/nushell/plugins/skim.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/shells/nushell/plugins/skim.nix b/pkgs/shells/nushell/plugins/skim.nix index 21ce29969134..cf6ad165372b 100644 --- a/pkgs/shells/nushell/plugins/skim.nix +++ b/pkgs/shells/nushell/plugins/skim.nix @@ -8,16 +8,16 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "nu_plugin_skim"; - version = "0.17.0"; + version = "0.19.0"; src = fetchFromGitHub { owner = "idanarye"; repo = "nu_plugin_skim"; tag = "v${finalAttrs.version}"; - hash = "sha256-2ZrN+0qdz7fgBS9KPogUIemkzO+uJdAvSOEBkfl7MI4="; + hash = "sha256-7yG1/HdapH/Jf6I/cw/1dCjVSwqMPd7XMAK9tG7IqRg="; }; - cargoHash = "sha256-8oAfnZ+uIckoj3QXb8ypJw/kC2VnMWRMl/oOoRkbtok="; + cargoHash = "sha256-FqB4EaHQYSOyT1Oda1FHSbmL4Wrza/9m3nkI01GowUE="; nativeBuildInputs = lib.optionals stdenv.cc.isClang [ rustPlatform.bindgenHook ]; From c9d191f40ba4c9de9889aeccba153d8c7e8b07af Mon Sep 17 00:00:00 2001 From: VuiMuich Date: Sun, 7 Sep 2025 16:16:11 +0200 Subject: [PATCH 4/5] nushellPlugins.highlight, nushellPlugins.units: mark broken plugins require upstream compatibility with nushell `0.107.0` --- pkgs/shells/nushell/plugins/hcl.nix | 1 + pkgs/shells/nushell/plugins/highlight.nix | 1 + pkgs/shells/nushell/plugins/units.nix | 1 + 3 files changed, 3 insertions(+) diff --git a/pkgs/shells/nushell/plugins/hcl.nix b/pkgs/shells/nushell/plugins/hcl.nix index f90f205cb2cb..957119ff6c62 100644 --- a/pkgs/shells/nushell/plugins/hcl.nix +++ b/pkgs/shells/nushell/plugins/hcl.nix @@ -33,5 +33,6 @@ rustPlatform.buildRustPackage (finalAttrs: { homepage = "https://github.com/Yethal/nu_plugin_hcl"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ yethal ]; + broken = true; }; }) diff --git a/pkgs/shells/nushell/plugins/highlight.nix b/pkgs/shells/nushell/plugins/highlight.nix index adabab53b4c0..9c166c97a772 100644 --- a/pkgs/shells/nushell/plugins/highlight.nix +++ b/pkgs/shells/nushell/plugins/highlight.nix @@ -34,5 +34,6 @@ rustPlatform.buildRustPackage (finalAttrs: { homepage = "https://github.com/cptpiepmatz/nu-plugin-highlight"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ mgttlinger ]; + broken = true; }; }) diff --git a/pkgs/shells/nushell/plugins/units.nix b/pkgs/shells/nushell/plugins/units.nix index 542c26f223fd..021ebe374490 100644 --- a/pkgs/shells/nushell/plugins/units.nix +++ b/pkgs/shells/nushell/plugins/units.nix @@ -30,5 +30,6 @@ rustPlatform.buildRustPackage (finalAttrs: { homepage = "https://github.com/JosephTLyons/nu_plugin_units"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ mgttlinger ]; + broken = true; }; }) From fde9024da3bb53674ea77115b7575020cc990edc Mon Sep 17 00:00:00 2001 From: VuiMuich Date: Mon, 8 Sep 2025 10:36:09 +0200 Subject: [PATCH 5/5] nushellPlugins.hcl: 0.106.1 -> 0.107.0 --- pkgs/shells/nushell/plugins/hcl.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pkgs/shells/nushell/plugins/hcl.nix b/pkgs/shells/nushell/plugins/hcl.nix index 957119ff6c62..ee2d5d59f46f 100644 --- a/pkgs/shells/nushell/plugins/hcl.nix +++ b/pkgs/shells/nushell/plugins/hcl.nix @@ -9,16 +9,16 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "nu_plugin_hcl"; - version = "0.106.1"; + version = "0.107.0"; src = fetchFromGitHub { owner = "Yethal"; repo = "nu_plugin_hcl"; tag = finalAttrs.version; - hash = "sha256-LM5tDmPWmpHd4HNnWoEdDXdKUkFA8J8VeDFMw32JXLk="; + hash = "sha256-KtX1i3iAZcEHnDdceV4JyildA//y/pnIxK/U/NbSw5w="; }; - cargoHash = "sha256-QCkNabv3pqtaRA7Ux5eiZPE/vRILlWKdQce7Gb0vzes="; + cargoHash = "sha256-CaPyAQgUpGBZx65j7ih4NOBR34rDpE0HQ425freGEOk="; nativeBuildInputs = [ pkg-config ] ++ lib.optionals stdenv.cc.isClang [ rustPlatform.bindgenHook ]; @@ -33,6 +33,5 @@ rustPlatform.buildRustPackage (finalAttrs: { homepage = "https://github.com/Yethal/nu_plugin_hcl"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ yethal ]; - broken = true; }; })