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