fcitx5: 5.0.15 -> 5.0.16

This commit is contained in:
Vonfry 2022-05-26 21:01:57 +08:00
parent ec5c98e943
commit 100cb5e47e
No known key found for this signature in database
GPG Key ID: 7E3128A1AAF71FCC

View File

@ -41,13 +41,13 @@ let
in
stdenv.mkDerivation rec {
pname = "fcitx5";
version = "5.0.15";
version = "5.0.16";
src = fetchFromGitHub {
owner = "fcitx";
repo = pname;
rev = version;
sha256 = "sha256-+9MmYyMP6oqtToTsvcCMlNnKU0ZZtHYtI4YFXb7DuXU=";
sha256 = "sha256-aSuvYt9UjG6/uVpLRZueq+qFvMQHdIcnO3G/LIE+3pk=";
};
prePatch = ''