luakit: 2.3 -> 2.3.1

This commit is contained in:
Daniel Nagy 2022-10-04 19:36:47 +02:00
parent d2863d7080
commit 821479126a
No known key found for this signature in database
GPG Key ID: 1B8E8DCB576FB671

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "luakit";
version = "2.3";
version = "2.3.1";
src = fetchFromGitHub {
owner = "luakit";
repo = pname;
rev = version;
hash = "sha256-5YeJkbWk1wHxWXqWOvhEDeScWPU/aRVhuOWRHLSHVZM=";
hash = "sha256-6baN3e5ZJ8hw6mhQ0AapyVIYFSdmXcfo45ReQNliIPw=";
};
nativeBuildInputs = [