bemenu: 0.6.2 -> 0.6.3

(cherry picked from commit d10ccb2b339257bae7d44af7d024476ec46306e0)
This commit is contained in:
R. RyanTM 2021-07-23 01:09:51 +00:00 committed by github-actions[bot]
parent bf12f607af
commit 5e8e24e6ba
1 changed files with 2 additions and 2 deletions

View File

@ -11,13 +11,13 @@ assert x11Support -> xorg != null;
stdenv.mkDerivation rec {
pname = "bemenu";
version = "0.6.2";
version = "0.6.3";
src = fetchFromGitHub {
owner = "Cloudef";
repo = pname;
rev = version;
sha256 = "sha256-2xmi/Mh5iU50yc2R1x1yzP8Xaz+mUgLnH73tAeLwxI8=";
sha256 = "sha256-U4IMfDvQ0rfEJhE3Uext2c/Cs0mjy1tw+k8uk441Ag8=";
};
nativeBuildInputs = [ pkg-config pcre ];