mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 03:12:51 +00:00
Merge pull request #80507 from r-ryantm/auto-update/i3-gaps
i3-gaps: 4.17.1 -> 4.18
This commit is contained in:
commit
6dc9109c67
@ -3,12 +3,12 @@
|
|||||||
i3.overrideAttrs (oldAttrs : rec {
|
i3.overrideAttrs (oldAttrs : rec {
|
||||||
|
|
||||||
name = "i3-gaps-${version}";
|
name = "i3-gaps-${version}";
|
||||||
version = "4.17.1";
|
version = "4.18";
|
||||||
releaseDate = "2019-01-27";
|
releaseDate = "2019-01-27";
|
||||||
|
|
||||||
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 = "02jpvwmfwv58dfdwvcvkdfcyca7l7zw7hx18aj4cqm3gg0r5pmqh";
|
sha256 = "04sq2sik7j09kgnn1k87yg3vzy56pk4688bmxh49l6drl0wr1m2v";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = oldAttrs.nativeBuildInputs ++ [ autoreconfHook ];
|
nativeBuildInputs = oldAttrs.nativeBuildInputs ++ [ autoreconfHook ];
|
||||||
|
Loading…
Reference in New Issue
Block a user