Browse Source
Merge pull request #37468 from ryantm/auto-update/lgi
lua51Packages.lgi: 0.9.1 -> 0.9.2
wip-nanopi-m4v2
Alexey Shmalko
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
pkgs/top-level/lua-packages.nix
|
|
|
@@ -696,13 +696,13 @@ let |
|
|
|
|
|
|
|
lgi = stdenv.mkDerivation rec { |
|
|
|
name = "lgi-${version}"; |
|
|
|
version = "0.9.1"; |
|
|
|
version = "0.9.2"; |
|
|
|
|
|
|
|
src = fetchFromGitHub { |
|
|
|
owner = "pavouk"; |
|
|
|
repo = "lgi"; |
|
|
|
rev = version; |
|
|
|
sha256 = "09pbapjhyc3sn0jgx747shqr9286wqfzw02h43p4pk8fv2b766b9"; |
|
|
|
sha256 = "03rbydnj411xpjvwsyvhwy4plm96481d7jax544mvk7apd8sd5jj"; |
|
|
|
}; |
|
|
|
|
|
|
|
nativeBuildInputs = [ pkgconfig ]; |
|
|
|
|