tracee: 0.23.1 -> 0.23.2 (#426421)
This commit is contained in:
@@ -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=";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user