bemenu: 0.6.0 -> 0.6.1

(cherry picked from commit 4e8c42184f98731fbb564ade4184a4fdffe0f348)
This commit is contained in:
R. RyanTM 2021-05-23 06:31:16 +00:00 committed by Linus Heckemann
parent 60cce7e5e1
commit 02dc0c404e
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.0";
version = "0.6.1";
src = fetchFromGitHub {
owner = "Cloudef";
repo = pname;
rev = version;
sha256 = "sha256-yhUc1r7HulOUQvH7fLXaoJa0mKxJwyC3y59pnJcHUpk=";
sha256 = "sha256-UdsfIXlKfXmsrFwrerX1wfne4mdtd69WXnXu3EmxCBY=";
};
nativeBuildInputs = [ pkg-config pcre ];