rusthound-ce: update changelog entry
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user