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";