Skip to content

Commit

Permalink
dmenu: 4.8 -> 4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
pSub committed Feb 6, 2019
1 parent 33fa293 commit f825049
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/dmenu/default.nix
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, libX11, libXinerama, libXft, zlib, patches ? null }:

stdenv.mkDerivation rec {
name = "dmenu-4.8";
name = "dmenu-4.9";

src = fetchurl {
url = "https://dl.suckless.org/tools/${name}.tar.gz";
sha256 = "0qfvfrj10xlwd9hkvb57wshryan65bl6423h0qhiw1h76rf5lqgy";
sha256 = "0ia9nqr83bv6x247q30bal0v42chcj9qcjgv59xs6xj46m7iz5xk";
};

buildInputs = [ libX11 libXinerama zlib libXft ];
Expand Down

0 comments on commit f825049

Please sign in to comment.