From 4e17d86e811285724d4f8efe4e8bdec107d254a8 Mon Sep 17 00:00:00 2001 From: Hugh O'Brien Date: Tue, 22 Aug 2023 01:30:56 -0400 Subject: [PATCH] corsix-th: 0.66 -> 0.67 --- pkgs/games/corsix-th/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/games/corsix-th/default.nix b/pkgs/games/corsix-th/default.nix index 75a676a057c1..0dd8edb59820 100644 --- a/pkgs/games/corsix-th/default.nix +++ b/pkgs/games/corsix-th/default.nix @@ -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 ]);