0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

luabind: fix build

This commit is contained in:
Yurii Matsiuk 2021-11-19 19:46:38 +01:00
parent aa3130f1f7
commit d6c8ed25be
No known key found for this signature in database
GPG key ID: 61302290298601AA

View file

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