Merge pull request #94522 from r-ryantm/auto-update/lite

lite: 1.06 -> 1.11
This commit is contained in:
Jörg Thalheim 2020-08-02 08:29:48 +01:00 committed by GitHub
commit 597e829e8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "lite"; pname = "lite";
version = "1.06"; version = "1.11";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "rxi"; owner = "rxi";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "1lw4a6xv8pdlgwnhh870caij4iyzxdyjw4qmm4fswja9mbqkj32f"; sha256 = "0wxqfb4ly8g7w5qph76xys95b55ackkags8jgd1nasmiyi8gcd5a";
}; };
nativeBuildInputs = [ makeWrapper pkg-config ]; nativeBuildInputs = [ makeWrapper pkg-config ];