tetragon: 1.5.0 -> 1.6.0

This commit is contained in:
R. Ryantm
2025-11-21 16:33:41 +00:00
parent 1b21a03ab7
commit fdbb242e65
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "tetragon";
version = "1.5.0";
version = "1.6.0";
src = fetchFromGitHub {
owner = "cilium";
repo = "tetragon";
tag = "v${finalAttrs.version}";
hash = "sha256-riuSByvMpbukA+pwbzecnyUvZGtPR6lLEA1s2oBnI+A=";
hash = "sha256-A6a7yjxenB/7sfdfoIaJAxdkw0ouNinZtahNMRAytwA=";
};
nativeBuildInputs = [