summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-07-23 01:09:51 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-07-23 08:20:58 +0000
commit5e8e24e6babfc5db08a8dd158143ce46163180ff (patch)
tree0da16686d547023a88fa164db6dd12f85397b882
parentMerge pull request #130726 from NixOS/backport-128879-to-release-21.05 (diff)
downloadnixpkgs-5e8e24e6babfc5db08a8dd158143ce46163180ff.tar.gz
bemenu: 0.6.2 -> 0.6.3
(cherry picked from commit d10ccb2b339257bae7d44af7d024476ec46306e0)
-rw-r--r--pkgs/applications/misc/bemenu/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/bemenu/default.nix b/pkgs/applications/misc/bemenu/default.nix
index 371bb3a3ef92..123d839341d6 100644
--- a/pkgs/applications/misc/bemenu/default.nix
+++ b/pkgs/applications/misc/bemenu/default.nix
@@ -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 ];