rusthound-ce: update changelog entry

This commit is contained in:
Fabian Affolter
2026-01-14 16:39:38 +01:00
committed by GitHub
parent 8f64f64462
commit 1ea8a99644
+2 -1
View File
@@ -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";