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

i3: 4.17.1 -> 4.18
This commit is contained in:
Maximilian Bosch 2020-02-20 12:53:17 +01:00 committed by GitHub
commit c4c733f231
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
pname = "i3";
version = "4.17.1";
version = "4.18";
src = fetchurl {
url = "https://i3wm.org/downloads/${pname}-${version}.tar.bz2";
sha256 = "0iazv2i2rgmakzh95pgj6iapyzn7bdpcbcd35a79mhlml4ry33qy";
sha256 = "0dv5g8ycfmijxfjyw8hzsxaf80v09lb73zh7x2vszy78h3amifqz";
};
nativeBuildInputs = [ which pkgconfig makeWrapper ];