Merge pull request #131302 from r-ryantm/auto-update/hikari

hikari: 2.3.1 -> 2.3.2
This commit is contained in:
Sandro 2021-07-24 21:45:09 +00:00 committed by GitHub
commit 9cc95775c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,8 @@
{ lib, stdenv, fetchzip, fetchpatch, { lib, stdenv, fetchzip
pkg-config, bmake, , pkg-config, bmake
cairo, glib, libevdev, libinput, libxkbcommon, linux-pam, pango, pixman, , cairo, glib, libevdev, libinput, libxkbcommon, linux-pam, pango, pixman
libucl, wayland, wayland-protocols, wlroots, mesa, , libucl, wayland, wayland-protocols, wlroots, mesa
features ? { , features ? {
gammacontrol = true; gammacontrol = true;
layershell = true; layershell = true;
screencopy = true; screencopy = true;
@ -10,17 +10,13 @@
} }
}: }:
let stdenv.mkDerivation rec {
pname = "hikari"; pname = "hikari";
version = "2.3.1"; version = "2.3.2";
in
stdenv.mkDerivation {
inherit pname version;
src = fetchzip { src = fetchzip {
url = "https://hikari.acmelabs.space/releases/${pname}-${version}.tar.gz"; url = "https://hikari.acmelabs.space/releases/${pname}-${version}.tar.gz";
sha256 = "sha256-o6YsUATcWHSuAEfU7WnwxKNxRNuBt069qCv0FKDWStg="; sha256 = "sha256-At4b6mkArKe6knNWouLdZ9v8XhfHaUW+aB+CHyEBg8o=";
}; };
nativeBuildInputs = [ pkg-config bmake ]; nativeBuildInputs = [ pkg-config bmake ];