tracee: 0.23.1 -> 0.23.2

This commit is contained in:
R. Ryantm
2025-07-18 15:36:13 +00:00
parent f882241988
commit b1355eb7ca
+2 -2
View File
@@ -19,7 +19,7 @@
buildGoModule rec {
pname = "tracee";
version = "0.23.1";
version = "0.23.2";
# src = /home/tim/repos/tracee;
src = fetchFromGitHub {
@@ -27,7 +27,7 @@ buildGoModule rec {
repo = "tracee";
# project has branches and tags of the same name
tag = "v${version}";
hash = "sha256-9uP0yoW+xRYv7wHuCfUMU8B2oTQjiSW5p/Ty76ni2wo=";
hash = "sha256-Rf1pa9e6t002ltg40xZZVpE5OL9Vl02Xcn2Ux0To408=";
};
vendorHash = "sha256-2+4UN9WB6eGzedogy5dMvhHj1x5VeUUkDM0Z28wKQgM=";