Skip to content

Commit

Permalink
Merge pull request #94441 from r-ryantm/auto-update/i3
Browse files Browse the repository at this point in the history
i3: 4.18.1 -> 4.18.2
  • Loading branch information
Ma27 committed Aug 2, 2020
2 parents 7ff5468 + f58bdc0 commit 1f0baf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/window-managers/i3/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

stdenv.mkDerivation rec {
pname = "i3";
version = "4.18.1";
version = "4.18.2";

src = fetchurl {
url = "https://i3wm.org/downloads/${pname}-${version}.tar.bz2";
sha256 = "0z709cianlzw0x0qwq4361347354xd9ckj1v7vjvhb1zh3x91gws";
sha256 = "030jym6b8b07yf4y6pb806hg8k77zsprv569gy0r72rh5zb1g1mj";
};

nativeBuildInputs = [ which pkgconfig makeWrapper installShellFiles ];
Expand Down

0 comments on commit 1f0baf9

Please sign in to comment.