rusthound-ce: 2.4.5 -> 2.4.7

This commit is contained in:
R. Ryantm
2026-01-14 14:06:12 +00:00
parent 90086ab7de
commit 8f64f64462
+3 -3
View File
@@ -9,14 +9,14 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "rusthound-ce";
version = "2.4.5";
version = "2.4.7";
src = fetchCrate {
inherit (finalAttrs) pname version;
hash = "sha256-KqcBhag1NOkZxcuS+J48kwJpCoZ1PZv2S10XXwuIoWc=";
hash = "sha256-GxkrTXlCVPEZvsu6wck1BbXinFSdnTmnWHy9LH1ymdQ=";
};
cargoHash = "sha256-4+iqFmpTzoL/sn/Fxji3czcX3XthHDv1Az+5IVMN3gI=";
cargoHash = "sha256-mvsGi5M4Ut0BnX2204AX2nBIdZ8Gtap8wf9pWc6RlpU=";
nativeBuildInputs = [
pkg-config