Skip to content

Commit

Permalink
Merge pull request #26488 from romildo/upd.jwm
Browse files Browse the repository at this point in the history
jwm: 1582 -> 1594
  • Loading branch information
joachifm committed Jun 9, 2017
2 parents 7d8218a + 44681c5 commit 66e82ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/window-managers/jwm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

stdenv.mkDerivation rec {
name = "jwm-${version}";
version = "1582";
version = "1594";

src = fetchFromGitHub {
owner = "joewing";
repo = "jwm";
rev = "s${version}";
sha256 = "1z6cxf18n69sjd20bbyxrnd19hhy955ddvakgpfyhiprpfjkkv70";
sha256 = "1608ws3867xipcbdl2gw6ybcxzk14vq24sr62m9l65m4g4m3wbd2";
};

nativeBuildInputs = [ pkgconfig automake autoconf libtool gettext which ];
Expand Down

0 comments on commit 66e82ea

Please sign in to comment.