tetragon: 1.4.0 -> 1.5.0

This commit is contained in:
R. Ryantm
2025-08-01 21:45:32 +00:00
parent 4edcaa1606
commit 98895ed3c2
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "tetragon";
version = "1.4.0";
version = "1.5.0";
src = fetchFromGitHub {
owner = "cilium";
repo = "tetragon";
tag = "v${finalAttrs.version}";
hash = "sha256-HOVQdKUIBLq9/2hTokZKvLZOgRQu5/lAwYy1yQa1bus=";
hash = "sha256-riuSByvMpbukA+pwbzecnyUvZGtPR6lLEA1s2oBnI+A=";
};
nativeBuildInputs = [