Unverified Commit fac2fe9b authored by Anderson Torres's avatar Anderson Torres Committed by GitHub
Browse files

Merge pull request #201941 from nagy/luakit

luakit: 2.3 -> 2.3.1
parents 7c4177ac 82147912
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [