Merge pull request #201941 from nagy/luakit

luakit: 2.3 -> 2.3.1
This commit is contained in:
Anderson Torres 2022-11-19 20:23:35 -03:00 committed by GitHub
commit fac2fe9b8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [