Skip to content

Commit

Permalink
jwm: 1535 -> 1548
Browse files Browse the repository at this point in the history
  • Loading branch information
romildo committed Aug 18, 2016
1 parent 5532630 commit f7da8c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/window-managers/jwm/default.nix
Expand Up @@ -5,11 +5,11 @@

stdenv.mkDerivation rec {
name = "jwm-${version}";
version = "1535";
version = "1548";

src = fetchurl {
url = "https://github.com/joewing/jwm/archive/s${version}.tar.gz";
sha256 = "1v593v1n9p9nvlhz1m9vc94wj21a6rbk7hcja30421h5mwa2b6gb";
sha256 = "1ih5y7567vwcbnkjwm3cc9iq4n9rzz818mkh6ryli9ld230hla5r";
};

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

0 comments on commit f7da8c9

Please sign in to comment.