From 8e09ae56552698995f5cad0544bccf5b68a4a14d Mon Sep 17 00:00:00 2001 From: Skye Soss Date: Fri, 15 May 2026 22:42:25 -0500 Subject: [PATCH] flux9s: 0.7.2 -> 0.9.0 --- pkgs/by-name/fl/flux9s/package.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/fl/flux9s/package.nix b/pkgs/by-name/fl/flux9s/package.nix index e56f7b898ece..7ef314704e29 100644 --- a/pkgs/by-name/fl/flux9s/package.nix +++ b/pkgs/by-name/fl/flux9s/package.nix @@ -5,17 +5,18 @@ pkg-config, rustPlatform, versionCheckHook, + nix-update-script, }: rustPlatform.buildRustPackage (finalAttrs: { pname = "flux9s"; - version = "0.7.2"; + version = "0.9.0"; src = fetchCrate { inherit (finalAttrs) pname version; - hash = "sha256-B1BZuR+ieW4/ykYl0kltM7hou7oBT9qky9MY5V43r9g="; + hash = "sha256-cto3Fu2UW8+Pq6OK5miw+cAwzqiotTGWPD0Yyckh1/M="; }; - cargoHash = "sha256-Re+vX59uJQyQsPBJTWjj8QphxqyN/KpbcS+jzRBlyEw="; + cargoHash = "sha256-uOa/qWBtTQf7jJWJhFJBmYWQ5mU/3P/YuACbnVbHdJc="; nativeBuildInputs = [ pkg-config ]; @@ -25,6 +26,8 @@ rustPlatform.buildRustPackage (finalAttrs: { doInstallCheck = true; versionCheckProgramArg = "version"; + passthru.updateScript = nix-update-script { }; + meta = { description = "K9s-inspired terminal UI for monitoring Flux GitOps resources in real-time"; mainProgram = "flux9s";