Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
dwm: 6.1 -> 6.2
  • Loading branch information
pSub committed Feb 6, 2019
1 parent 33fa293 commit d064269
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/window-managers/dwm/default.nix
@@ -1,14 +1,14 @@
{stdenv, fetchurl, libX11, libXinerama, libXft, patches ? []}:

let
name = "dwm-6.1";
name = "dwm-6.2";
in
stdenv.mkDerivation {
inherit name;

src = fetchurl {
url = "https://dl.suckless.org/dwm/${name}.tar.gz";
sha256 = "1zkmwb6df6m254shx06ly90c0q4jl70skk1pvkixpb7hcxhwbxn2";
sha256 = "03hirnj8saxnsfqiszwl2ds7p0avg20izv9vdqyambks00p2x44p";
};

buildInputs = [ libX11 libXinerama libXft ];
Expand Down

0 comments on commit d064269

Please sign in to comment.