Merge pull request #250674 from hughobrien/corsix-th

corsix-th: 0.66 -> 0.67
This commit is contained in:
Mario Rodas
2023-08-26 14:34:48 -05:00
committed by GitHub
+2 -2
View File
@@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "corsix-th";
version = "0.66";
version = "0.67";
src = fetchFromGitHub {
owner = "CorsixTH";
repo = "CorsixTH";
rev = "v${finalAttrs.version}";
hash = "sha256-GsZU2FHcFRlwN3hnFTyQmUK6kJLwnarKDtvg+DDc+mk=";
hash = "sha256-WA/VJqHXzBfVUBNtxCVsGBRzSRQ0pvDvAy03ntc0KZE=";
};
luaEnv = lua.withPackages(p: with p; [ luafilesystem lpeg luasec luasocket ]);