i3-gaps: 4.14 -> 4.14.1

This commit is contained in:
Tim Steinbach 2017-09-27 07:39:48 -04:00
parent fc7f4f6fc3
commit bee055fa96
No known key found for this signature in database
GPG Key ID: 472BFCCA96BD0EDA

View File

@ -3,12 +3,12 @@
i3.overrideDerivation (super : rec {
name = "i3-gaps-${version}";
version = "4.14";
releaseDate = "2017-09-04";
version = "4.14.1";
releaseDate = "2017-09-24";
src = fetchurl {
url = "https://github.com/Airblader/i3/archive/${version}.tar.gz";
sha256 = "08y2m0afcm8mbzb92qz286fd1hnqfya2pvhpxbgv83sgjcsg6hlr";
sha256 = "11fnkg4halplcnannfw3ishzwwbxbnjafmkxsim199jhlyjjd8j7";
};
nativeBuildInputs = super.nativeBuildInputs ++ [ autoreconfHook ];