lisgd: 0.3.1 -> 0.3.2

This commit is contained in:
Robert Schütz 2021-09-18 16:25:25 -07:00
parent ed332b0bc7
commit 046f81842f

View File

@ -4,19 +4,20 @@
, writeText
, libinput
, libX11
, wayland
, conf ? null
, patches ? [ ]
}:
stdenv.mkDerivation rec {
pname = "lisgd";
version = "0.3.1";
version = "0.3.2";
src = fetchFromSourcehut {
owner = "~mil";
repo = "lisgd";
rev = version;
sha256 = "sha256-A8SsF5k4GwfVCj8JtodNWoLdPzaA9YsoP5EHHakUguc=";
sha256 = "sha256-yE2CUv1XDvo8fW0bLS1O2oxgDUu4drCO3jFpxPgAYKU=";
};
inherit patches;
@ -33,6 +34,7 @@ stdenv.mkDerivation rec {
buildInputs = [
libinput
libX11
wayland
];
makeFlags = [