Skip to content

Commit

Permalink
bemenu: 0.6.6 -> 0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Feb 22, 2022
1 parent e88b01c commit 73a0253
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/bemenu/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ assert x11Support -> xorg != null;

stdenv.mkDerivation rec {
pname = "bemenu";
version = "0.6.6";
version = "0.6.7";

src = fetchFromGitHub {
owner = "Cloudef";
repo = pname;
rev = version;
sha256 = "sha256-687/v3YvRXbop5EouXS5/aI5P+o0QgpWlUCVzDG8jzM=";
sha256 = "sha256-cUkSXEB92I0UYTobQzUb2so1MUXJkryAqrmASx9RMF0=";
};

nativeBuildInputs = [ pkg-config pcre ];
Expand Down

0 comments on commit 73a0253

Please sign in to comment.