From 1ea8a9964404cd78fd7072a8b76530a1d5e24459 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 14 Jan 2026 16:39:38 +0100 Subject: [PATCH] rusthound-ce: update changelog entry --- pkgs/by-name/ru/rusthound-ce/package.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/by-name/ru/rusthound-ce/package.nix b/pkgs/by-name/ru/rusthound-ce/package.nix index b90c3feca21e..840e58b5792b 100644 --- a/pkgs/by-name/ru/rusthound-ce/package.nix +++ b/pkgs/by-name/ru/rusthound-ce/package.nix @@ -7,6 +7,7 @@ rustPlatform, versionCheckHook, }: + rustPlatform.buildRustPackage (finalAttrs: { pname = "rusthound-ce"; version = "2.4.7"; @@ -36,7 +37,7 @@ rustPlatform.buildRustPackage (finalAttrs: { meta = { description = "Active Directory data ingestor for BloodHound Community Edition written in Rust"; homepage = "https://github.com/g0h4n/RustHound-CE"; - changelog = "https://github.com/g0h4n/RustHound-CE/blob/main/CHANGELOG.md"; + changelog = "https://github.com/g0h4n/RustHound-CE/releases/tag/v${finalAttrs.version}"; license = lib.licenses.mit; maintainers = [ lib.maintainers.eleonora ]; mainProgram = "rusthound-ce";