i3: pname, 4.17 -> 4.17.1

https://i3wm.org/downloads/RELEASE-NOTES-4.17.1.txt
This commit is contained in:
Will Dietz 2019-09-02 18:20:01 -05:00
parent 9dbda3eddf
commit 1aec067a47
No known key found for this signature in database
GPG key ID: EBB0EA4124809D02

View file

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