about summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers/luakit
diff options
context:
space:
mode:
authorDaniel Nagy <danielnagy@posteo.de>2022-10-04 19:36:47 +0200
committerDaniel Nagy <danielnagy@posteo.de>2022-11-19 18:23:38 +0100
commit821479126a7415b1f33a1c6489a24570b6f641d4 (patch)
treebc9f88241bdd348b8e7494fc4c990150e2ef4cea /pkgs/applications/networking/browsers/luakit
parentd2863d708059a03a7f3880eae132da5f90305e09 (diff)
luakit: 2.3 -> 2.3.1
Diffstat (limited to 'pkgs/applications/networking/browsers/luakit')
-rw-r--r--pkgs/applications/networking/browsers/luakit/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/browsers/luakit/default.nix b/pkgs/applications/networking/browsers/luakit/default.nix
index 8656b4aaa2763..4812f69f34e85 100644
--- a/pkgs/applications/networking/browsers/luakit/default.nix
+++ b/pkgs/applications/networking/browsers/luakit/default.nix
@@ -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 = [