Merge pull request #94441 from r-ryantm/auto-update/i3

i3: 4.18.1 -> 4.18.2
gstqt5
Maximilian Bosch 2020-08-02 13:35:49 +02:00 committed by GitHub
commit 1f0baf9a3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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 ];