i3-gaps: 4.14 -> 4.14.1
This commit is contained in:
parent
fc7f4f6fc3
commit
bee055fa96
@ -3,12 +3,12 @@
|
|||||||
i3.overrideDerivation (super : rec {
|
i3.overrideDerivation (super : rec {
|
||||||
|
|
||||||
name = "i3-gaps-${version}";
|
name = "i3-gaps-${version}";
|
||||||
version = "4.14";
|
version = "4.14.1";
|
||||||
releaseDate = "2017-09-04";
|
releaseDate = "2017-09-24";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/Airblader/i3/archive/${version}.tar.gz";
|
url = "https://github.com/Airblader/i3/archive/${version}.tar.gz";
|
||||||
sha256 = "08y2m0afcm8mbzb92qz286fd1hnqfya2pvhpxbgv83sgjcsg6hlr";
|
sha256 = "11fnkg4halplcnannfw3ishzwwbxbnjafmkxsim199jhlyjjd8j7";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = super.nativeBuildInputs ++ [ autoreconfHook ];
|
nativeBuildInputs = super.nativeBuildInputs ++ [ autoreconfHook ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user