From 625075aa79e622d3f45f23b4f38263eaea7a65e0 Mon Sep 17 00:00:00 2001 From: Oleksii Filonenko Date: Fri, 17 Jul 2026 01:03:13 +0100 Subject: [PATCH] lumen: 2.31.0 -> 2.32.0 Diff: https://github.com/jnsahaj/lumen/compare/v2.31.0...v2.32.0 Changelog: https://github.com/jnsahaj/lumen/releases/tag/v2.32.0 --- pkgs/by-name/lu/lumen/package.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/lu/lumen/package.nix b/pkgs/by-name/lu/lumen/package.nix index 71962b623652..ffb9384f981b 100644 --- a/pkgs/by-name/lu/lumen/package.nix +++ b/pkgs/by-name/lu/lumen/package.nix @@ -7,11 +7,12 @@ openssl, fzf, mdcat, + nix-update-script, }: rustPlatform.buildRustPackage (finalAttrs: { pname = "lumen"; - version = "2.31.0"; + version = "2.32.0"; __structuredAttrs = true; @@ -19,10 +20,10 @@ rustPlatform.buildRustPackage (finalAttrs: { owner = "jnsahaj"; repo = "lumen"; tag = "v${finalAttrs.version}"; - hash = "sha256-RoOCBwmBIOu17h0cB/t69lw1NWGl6chwAEgK4QixsPs="; + hash = "sha256-wTkg7NGCCON1P422q5/76rodIBqDeWIY07J4pRo8Q8k="; }; - cargoHash = "sha256-RKSFbsqeR+m/VLs1qu6Ln4bZ9prYj5vUoemuLpSe5+M="; + cargoHash = "sha256-ZXw7KEvf1sUHWIM5R4Th2SmekTX6rGXznAq3mtcf3Zo="; strictDeps = true; @@ -51,6 +52,8 @@ rustPlatform.buildRustPackage (finalAttrs: { "--skip=vcs::git::tests::test_working_copy_parent_ref_returns_head" ]; + passthru.updateScript = nix-update-script { }; + meta = { description = "Fast terminal diff viewer and code review TUI"; homepage = "https://github.com/jnsahaj/lumen";