summary refs log tree commit diff
path: root/pkgs/top-level/lua-packages.nix
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-20 09:53:14 -0700
committerRyan Mulligan <ryan@ryantm.com>2018-03-20 09:53:14 -0700
commite38d28840dabb21e53c73a44aa0089804f46955f (patch)
tree9ced10ca698fd2597aeb6bbee294956df9be3569 /pkgs/top-level/lua-packages.nix
parent47bbd819c78b6966165b5a35050191e5700e8460 (diff)
downloadnixlib-e38d28840dabb21e53c73a44aa0089804f46955f.tar
nixlib-e38d28840dabb21e53c73a44aa0089804f46955f.tar.gz
nixlib-e38d28840dabb21e53c73a44aa0089804f46955f.tar.bz2
nixlib-e38d28840dabb21e53c73a44aa0089804f46955f.tar.lz
nixlib-e38d28840dabb21e53c73a44aa0089804f46955f.tar.xz
nixlib-e38d28840dabb21e53c73a44aa0089804f46955f.tar.zst
nixlib-e38d28840dabb21e53c73a44aa0089804f46955f.zip
lua51Packages.lgi: 0.9.1 -> 0.9.2
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 0.9.2 with grep in /nix/store/q6lcshhmi0dn8ndz2jz9nlircfww4fcm-lgi-0.9.2
- directory tree listing: https://gist.github.com/48d4d638fbd1169b1c96b7e506202b93
Diffstat (limited to 'pkgs/top-level/lua-packages.nix')
-rw-r--r--pkgs/top-level/lua-packages.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/top-level/lua-packages.nix b/pkgs/top-level/lua-packages.nix
index 75f2ab9e5829..0cc4482f402a 100644
--- a/pkgs/top-level/lua-packages.nix
+++ b/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 ];