Merge pull request #195303 from r-ryantm/auto-update/bemenu

bemenu: 0.6.11 -> 0.6.12
This commit is contained in:
figsoda 2022-10-09 22:13:41 -04:00 committed by GitHub
commit 7de21f824c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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