luabind: fix build
This commit is contained in:
parent
aa3130f1f7
commit
d6c8ed25be
@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
|
|||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "luabind";
|
owner = "luabind";
|
||||||
repo = "luabind";
|
repo = "luabind";
|
||||||
rev = version;
|
rev = "v${version}";
|
||||||
sha256 = "sha256-sK1ca2Oj9yXdmxyXeDO3k8YZ1g+HxIXLhvdTWdPDdag=";
|
sha256 = "sha256-sK1ca2Oj9yXdmxyXeDO3k8YZ1g+HxIXLhvdTWdPDdag=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user