Skip to content

Commit

Permalink
i3: 4.18.2 -> 4.18.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wentasah authored and teto committed Nov 3, 2020
1 parent fe3d25d commit e90cfc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/window-managers/i3/default.nix
Expand Up @@ -5,11 +5,11 @@

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

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

nativeBuildInputs = [ which pkgconfig makeWrapper installShellFiles ];
Expand Down

0 comments on commit e90cfc7

Please sign in to comment.