Merge pull request #138980 from ptrhlm/illum-0.5

illum: 0.4 -> 0.5
This commit is contained in:
Sandro 2021-09-23 14:56:26 +02:00 committed by GitHub
commit cb0af69727
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,18 +1,19 @@
{ lib, stdenv, fetchgit, pkg-config, ninja, libevdev, libev }:
{ lib, stdenv, fetchFromGitHub, pkg-config, ninja, libevdev, libev, udev }:
stdenv.mkDerivation {
version = "0.4";
stdenv.mkDerivation rec {
pname = "illum";
version = "0.5";
src = fetchgit {
url = "https://github.com/jmesmon/illum.git";
src = fetchFromGitHub {
owner = "jmesmon";
repo = "illum";
rev = "v${version}";
sha256 = "S4lUBeRnZlRUpIxFdN/bh979xvdS7roF6/6Dk0ZUrnM=";
fetchSubmodules = true;
rev = "48ce8631346b1c88a901a8e4fa5fa7e8ffe8e418";
sha256 = "05v3hz7n6b1mlhc6zqijblh1vpl0ja1y8y0lafw7mjdz03wxhfdb";
};
nativeBuildInputs = [ pkg-config ];
buildInputs = [ ninja libevdev libev ];
buildInputs = [ ninja libevdev libev udev ];
configurePhase = ''
bash ./configure