bemenu: 0.6.12 -> 0.6.13

This commit is contained in:
R. Ryantm 2022-10-11 16:50:24 +00:00
parent 4b02f74d3c
commit 12ac8bc7ad

View file

@ -11,13 +11,13 @@ assert x11Support -> xorg != null;
stdenv.mkDerivation rec {
pname = "bemenu";
version = "0.6.12";
version = "0.6.13";
src = fetchFromGitHub {
owner = "Cloudef";
repo = pname;
rev = version;
sha256 = "sha256-u8DQn1WIQjt1Be3WMAUNr/4qQm4vLGaj5RY49sQVpFI=";
sha256 = "sha256-YGaAJOyVZBHEWQuZVfPIIbtuntv1klQk9GcWRN+oVF4=";
};
nativeBuildInputs = [ pkg-config pcre ];