i3: 4.16.1 -> 4.17

This commit is contained in:
Nikolay Korotkiy 2019-08-06 12:18:20 +03:00
parent 47ad7d3131
commit 5181487b8e
No known key found for this signature in database
GPG key ID: D1DE6D7F693663A5

View file

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
name = "i3-${version}";
version = "4.16.1";
version = "4.17";
src = fetchurl {
url = "https://i3wm.org/downloads/${name}.tar.bz2";
sha256 = "0xl56y196vxv001gvx35xwfr25zah8m3xwizp9ycdgdc0rfc4rdb";
sha256 = "1z8qmkkq9dhqmqy8sjw3rnpnmnb8v7lr456bs0qzp23bgpj17gjf";
};
nativeBuildInputs = [ which pkgconfig makeWrapper ];