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
This commit is contained in:
parent
47bbd819c7
commit
e38d28840d
@ -696,13 +696,13 @@ let
|
|||||||
|
|
||||||
lgi = stdenv.mkDerivation rec {
|
lgi = stdenv.mkDerivation rec {
|
||||||
name = "lgi-${version}";
|
name = "lgi-${version}";
|
||||||
version = "0.9.1";
|
version = "0.9.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pavouk";
|
owner = "pavouk";
|
||||||
repo = "lgi";
|
repo = "lgi";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "09pbapjhyc3sn0jgx747shqr9286wqfzw02h43p4pk8fv2b766b9";
|
sha256 = "03rbydnj411xpjvwsyvhwy4plm96481d7jax544mvk7apd8sd5jj";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user