luabind: fix wrong hash introduced in 82d629fc0a

This commit is contained in:
Sandro Jäckel
2021-12-18 23:55:00 +01:00
parent c1c6899d0a
commit 4de3613acd
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
owner = "luabind";
repo = "luabind";
rev = "v${version}";
sha256 = "sha256-Dl6tUKB2aNKYiPL6b1MiD5AMiG5GosmcfoZWhC8F/y0=";
sha256 = "sha256-sK1ca2Oj9yXdmxyXeDO3k8YZ1g+HxIXLhvdTWdPDdag=";
};
patches = [ ./0.9.1_modern_boost_fix.patch ./0.9.1_boost_1.57_fix.patch ./0.9.1_discover_luajit.patch ];