corsix-th: 0.66 -> 0.67

This commit is contained in:
Hugh O'Brien 2023-08-22 01:30:56 -04:00
parent 1b60dfa6a7
commit 4e17d86e81
No known key found for this signature in database
GPG Key ID: C940B792DD697FBE

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 ]);