From ff9fb8f07ccb2b17883b782fdba3780fdd0295b1 Mon Sep 17 00:00:00 2001 From: Hleb Shauchenka Date: Wed, 15 Oct 2025 17:16:42 +0200 Subject: [PATCH 1/6] nushell: 0.107.0 -> 0.108.0 Diff: https://github.com/nushell/nushell/compare/0.107.0...0.108.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 f17d4dbfe750..d1b5547e59ab 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.107.0"; + version = "0.108.0"; in rustPlatform.buildRustPackage { pname = "nushell"; @@ -33,10 +33,10 @@ rustPlatform.buildRustPackage { owner = "nushell"; repo = "nushell"; tag = version; - hash = "sha256-ghBuqkiVHvPxD4zBpvL6NG+qL54SD/aLZNZqWUK4a28="; + hash = "sha256-8OMTscMObV+IOSgOoTSzJvZTz6q/l2AjrOb9y3p2tZY="; }; - cargoHash = "sha256-HQy6maPKxreYPLni0/XETF/EEJqGGcpAurzf+QTVX18="; + cargoHash = "sha256-M2wkhhaS3bVhwaa3O0CUK5hL757qFObr7EDtBFXXwxg="; nativeBuildInputs = [ pkg-config From cb957033a337823916cc7178d13fac33df729a29 Mon Sep 17 00:00:00 2001 From: Hleb Shauchenka Date: Wed, 15 Oct 2025 17:26:51 +0200 Subject: [PATCH 2/6] nushellPlugins.desktop_notifications: 0.106.1 -> 0.108.0 Diff: https://github.com/FMotalleb/nu_plugin_desktop_notifications/compare/v0.106.1...v0.108.0 --- pkgs/shells/nushell/plugins/desktop_notifications.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/shells/nushell/plugins/desktop_notifications.nix b/pkgs/shells/nushell/plugins/desktop_notifications.nix index 1a87a0af4543..6886e659903f 100644 --- a/pkgs/shells/nushell/plugins/desktop_notifications.nix +++ b/pkgs/shells/nushell/plugins/desktop_notifications.nix @@ -7,16 +7,16 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "nu_plugin_desktop_notifications"; - version = "0.106.1"; + version = "0.108.0"; src = fetchFromGitHub { owner = "FMotalleb"; repo = "nu_plugin_desktop_notifications"; tag = "v${finalAttrs.version}"; - hash = "sha256-FuiXHl7O6/DN7kENrVxOys8mJAGbpb11w9iJ+mqQ/ds="; + hash = "sha256-9NkWPoTdMxFlI/BkP8w0ltC6UVh3/tg9gjwBuS3k/Cg="; }; - cargoHash = "sha256-yFkiRGrg8eGGap5vyZVRMpddsoTYNrwSC94uLYufmdc="; + cargoHash = "sha256-GK6ytH/SDHh6GlLrSA2oJLza1tvYOUp4cR5CM6bloz8="; passthru.updateScript = nix-update-script { }; From a1aedb27af6246d5888ae32402267e588a4ba23b Mon Sep 17 00:00:00 2001 From: Hleb Shauchenka Date: Thu, 16 Oct 2025 21:08:04 +0200 Subject: [PATCH 3/6] nushellPlugins.skim: 0.19.0 -> 0.20.1 Diff: https://github.com/idanarye/nu_plugin_skim/compare/v0.19.0...v0.20.1 --- 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 cf6ad165372b..80060c2ea7a4 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.19.0"; + version = "0.20.1"; src = fetchFromGitHub { owner = "idanarye"; repo = "nu_plugin_skim"; tag = "v${finalAttrs.version}"; - hash = "sha256-7yG1/HdapH/Jf6I/cw/1dCjVSwqMPd7XMAK9tG7IqRg="; + hash = "sha256-2CqgtV2DnBd8HqnRdZRiT14aw+meaX4A3ndTGvbsMfo="; }; - cargoHash = "sha256-FqB4EaHQYSOyT1Oda1FHSbmL4Wrza/9m3nkI01GowUE="; + cargoHash = "sha256-3Kua+gZl4Ff6jfSNyEVDbPVH4YfGXhwtuEjcUADecQE="; nativeBuildInputs = lib.optionals stdenv.cc.isClang [ rustPlatform.bindgenHook ]; From b3fe39b9a250bdff9f48075f687687c4865037d5 Mon Sep 17 00:00:00 2001 From: Hleb Shauchenka Date: Sat, 18 Oct 2025 17:02:27 +0200 Subject: [PATCH 4/6] nushellPlugins.hcl: 0.107.0 -> 0.108.0 Diff: https://github.com/Yethal/nu_plugin_hcl/compare/0.107.0...0.108.0 --- pkgs/shells/nushell/plugins/hcl.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/shells/nushell/plugins/hcl.nix b/pkgs/shells/nushell/plugins/hcl.nix index ee2d5d59f46f..8576fe1cfb26 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.107.0"; + version = "0.108.0"; src = fetchFromGitHub { owner = "Yethal"; repo = "nu_plugin_hcl"; tag = finalAttrs.version; - hash = "sha256-KtX1i3iAZcEHnDdceV4JyildA//y/pnIxK/U/NbSw5w="; + hash = "sha256-WyZ8uSYWNzurqpE+BP0hKsknurP7Iyf5L8Y5DjVQZsA="; }; - cargoHash = "sha256-CaPyAQgUpGBZx65j7ih4NOBR34rDpE0HQ425freGEOk="; + cargoHash = "sha256-2b/0B9W01gGuGc482DYQSbRR2LLZXQxUG2fYB5TklPQ="; nativeBuildInputs = [ pkg-config ] ++ lib.optionals stdenv.cc.isClang [ rustPlatform.bindgenHook ]; From aeb5c13c42bd34765daf951d875e4871a0121732 Mon Sep 17 00:00:00 2001 From: Hleb Shauchenka Date: Sat, 18 Oct 2025 17:05:56 +0200 Subject: [PATCH 5/6] nushellPlugins.highlight: 1.4.8+0.106.0 -> 1.4.10+0.108.0 Diff: https://github.com/cptpiepmatz/nu-plugin-highlight/compare/v1.4.8+0.106.0...v1.4.10+0.108.0 --- pkgs/shells/nushell/plugins/highlight.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pkgs/shells/nushell/plugins/highlight.nix b/pkgs/shells/nushell/plugins/highlight.nix index 9c166c97a772..2c119c71a676 100644 --- a/pkgs/shells/nushell/plugins/highlight.nix +++ b/pkgs/shells/nushell/plugins/highlight.nix @@ -9,17 +9,17 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "nu_plugin_highlight"; - version = "1.4.8+0.106.0"; + version = "1.4.10+0.108.0"; src = fetchFromGitHub { owner = "cptpiepmatz"; repo = "nu-plugin-highlight"; tag = "v${finalAttrs.version}"; - hash = "sha256-H7bCX13miQECEPCOT2eF+TBkUU3qff+LhOiA008GLdI="; + hash = "sha256-ynvLvGMxFiYOYGPDdlv1509lWU5DpfBK9Mwa9gLeHsI="; fetchSubmodules = true; }; - cargoHash = "sha256-Qf6qEY6imcI0rfktGl5ErsbT+HCDgTohl+NKFsrQbzA="; + cargoHash = "sha256-Xq7ctnzcrSPzo3M3p3Vxtj0U0U9Miw+2VuyYs6P3GlQ="; nativeBuildInputs = [ pkg-config ] ++ lib.optionals stdenv.cc.isClang [ rustPlatform.bindgenHook ]; @@ -34,6 +34,5 @@ rustPlatform.buildRustPackage (finalAttrs: { homepage = "https://github.com/cptpiepmatz/nu-plugin-highlight"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ mgttlinger ]; - broken = true; }; }) From c5dc09908f842d8f5e6a8a67491e4cd2725b4a39 Mon Sep 17 00:00:00 2001 From: Hleb Shauchenka Date: Sat, 18 Oct 2025 17:08:23 +0200 Subject: [PATCH 6/6] nushellPlugins.semver: 0.11.7 -> 0.11.8 Diff: https://github.com/abusch/nu_plugin_semver/compare/v0.11.7...v0.11.8 Changelog: https://github.com/abusch/nu_plugin_semver/blob/v0.11.8/CHANGELOG.md --- 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 c969b47ba2b3..a02cad83c534 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.7"; + version = "0.11.8"; src = fetchFromGitHub { owner = "abusch"; repo = "nu_plugin_semver"; tag = "v${finalAttrs.version}"; - hash = "sha256-RrkOVo5MTLtVAp6d+Y1oP3jwImXeofXRdGXRFlwYA9I="; + hash = "sha256-ui9zyE5g4LiU2+Csv4p0D61fmPXaDMhnpQ34ggEg3eA="; }; - cargoHash = "sha256-vKrwoPn8MLjzTrR7p3SH7I2LKKieJCm4tuarp4hktKA="; + cargoHash = "sha256-5W0GbKz18rQ+3TjNanzV4H4LE/7TLZ+8/FbGHffE2RY="; passthru.update-script = nix-update-script { };