Merge pull request #205338 from ethulhu/luakit-2.3.3

luakit: 2.3.1 -> 2.3.3

authored by

figsoda and committed by
GitHub
41e1aed1 d4288c8e

+2 -2
+2 -2
pkgs/applications/networking/browsers/luakit/default.nix
··· 15 15 16 16 stdenv.mkDerivation rec { 17 17 pname = "luakit"; 18 - version = "2.3.1"; 18 + version = "2.3.3"; 19 19 20 20 src = fetchFromGitHub { 21 21 owner = "luakit"; 22 22 repo = pname; 23 23 rev = version; 24 - hash = "sha256-6baN3e5ZJ8hw6mhQ0AapyVIYFSdmXcfo45ReQNliIPw="; 24 + hash = "sha256-DtoixcLq+ddbacTAo+Qq6q4k1i6thirACw1zqUeOxXo="; 25 25 }; 26 26 27 27 nativeBuildInputs = [