Merge pull request #111764 from r-ryantm/auto-update/i3-gaps

i3-gaps: 4.19 -> 4.19.1
This commit is contained in:
Maximilian Bosch 2021-02-12 20:20:22 +01:00 committed by GitHub
commit 02e0538536
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,11 +3,11 @@
i3.overrideAttrs (oldAttrs : rec {
name = "i3-gaps-${version}";
version = "4.19";
version = "4.19.1";
src = fetchurl {
url = "https://github.com/Airblader/i3/releases/download/${version}/i3-${version}.tar.xz";
sha256 = "0j19kj05fpjfnj50vyykk6jsr07hq9l26y8na55bb7yfrra8yp4h";
sha256 = "sha256-+yZ4Pc7zPZfwgBKbjQsrlXxIaxJBmIdE47lljx8FZG0=";
};
meta = with lib; {