Merge pull request #146657 from ymatsiuk/luabind

luabind: fix build
This commit is contained in:
Alexander Bantyev 2021-11-19 21:54:49 +03:00 committed by GitHub
commit 789fbe746b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "luabind";
repo = "luabind";
rev = version;
rev = "v${version}";
sha256 = "sha256-sK1ca2Oj9yXdmxyXeDO3k8YZ1g+HxIXLhvdTWdPDdag=";
};