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

bemenu: 0.6.7 -> 0.6.10
This commit is contained in:
Linus Heckemann
2022-07-20 15:37:16 +02:00
committed by GitHub
+2 -2
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 ];