i3: 4.20 -> 4.20.1 (#148253)

https://github.com/i3/i3/blob/next/RELEASE-NOTES-4.20.1
This commit is contained in:
Damien Cassou 2021-12-02 12:55:38 +01:00 committed by GitHub
parent 160682f348
commit 1304435f48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,11 +7,11 @@
stdenv.mkDerivation rec {
pname = "i3";
version = "4.20";
version = "4.20.1";
src = fetchurl {
url = "https://i3wm.org/downloads/${pname}-${version}.tar.xz";
sha256 = "sha256-jPTxdPbPVU84VjOAaBq+JYaOmVWIN5HgmG7NicU6wyI=";
sha256 = "1rpwdgykcvmrmdz244f0wm7446ih1dcw8rlc1hm1c7cc42pyrq93";
};
nativeBuildInputs = [