summary refs log tree commit diff
path: root/pkgs/applications/window-managers/i3
diff options
context:
space:
mode:
authorMatthieu Coudron <mcoudron@hotmail.com>2021-10-30 18:54:08 +0200
committerMatthieu Coudron <mcoudron@hotmail.com>2021-10-30 18:54:48 +0200
commit3ae7509c2c1094fc7a3ab49a1ef79360ab300c07 (patch)
treefe9aa50bf8f012ddd8622b966054b8cfe56c16a5 /pkgs/applications/window-managers/i3
parentf136b084e6b124f549f979a75e764c8ba84f86c4 (diff)
downloadnixpkgs-3ae7509c2c1094fc7a3ab49a1ef79360ab300c07.tar
nixpkgs-3ae7509c2c1094fc7a3ab49a1ef79360ab300c07.tar.gz
nixpkgs-3ae7509c2c1094fc7a3ab49a1ef79360ab300c07.tar.bz2
nixpkgs-3ae7509c2c1094fc7a3ab49a1ef79360ab300c07.tar.lz
nixpkgs-3ae7509c2c1094fc7a3ab49a1ef79360ab300c07.tar.xz
nixpkgs-3ae7509c2c1094fc7a3ab49a1ef79360ab300c07.tar.zst
nixpkgs-3ae7509c2c1094fc7a3ab49a1ef79360ab300c07.zip
i3: 4.19.2 -> 4.20
Release notes available at https://github.com/i3/i3/blob/4.20/RELEASE-NOTES-4.20
Diffstat (limited to 'pkgs/applications/window-managers/i3')
-rw-r--r--pkgs/applications/window-managers/i3/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/window-managers/i3/default.nix b/pkgs/applications/window-managers/i3/default.nix
index 7aa62e69df9..0d07ce4e8d1 100644
--- a/pkgs/applications/window-managers/i3/default.nix
+++ b/pkgs/applications/window-managers/i3/default.nix
@@ -7,11 +7,11 @@
 
 stdenv.mkDerivation rec {
   pname = "i3";
-  version = "4.19.2";
+  version = "4.20";
 
   src = fetchurl {
     url = "https://i3wm.org/downloads/${pname}-${version}.tar.xz";
-    sha256 = "sha256-im7hd2idzyKWTSC2CTAU7k+gQZNF0/1RXVUS2ZgLsnk=";
+    sha256 = "sha256-jPTxdPbPVU84VjOAaBq+JYaOmVWIN5HgmG7NicU6wyI=";
   };
 
   nativeBuildInputs = [