mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
i3-gaps: 4.14 -> 4.14.1
This commit is contained in:
parent
fc7f4f6fc3
commit
bee055fa96
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user