bemenu: 0.6.7 -> 0.6.10

This commit is contained in:
R. Ryantm 2022-07-07 19:24:28 +00:00
parent ec92e5a7ac
commit d7c19be9df

View File

@ -11,13 +11,13 @@ assert x11Support -> xorg != null;
stdenv.mkDerivation rec {
pname = "bemenu";
version = "0.6.7";
version = "0.6.10";
src = fetchFromGitHub {
owner = "Cloudef";
repo = pname;
rev = version;
sha256 = "sha256-cUkSXEB92I0UYTobQzUb2so1MUXJkryAqrmASx9RMF0=";
sha256 = "sha256-pv/GxTGmpGc8RHjKO8F03jybS0uO+SS3z4KCZfHYV0Q=";
};
nativeBuildInputs = [ pkg-config pcre ];