fcitx5: 5.1.0 -> 5.1.1

This commit is contained in:
Vonfry
2023-09-30 16:28:41 +08:00
parent 35d8d1c9e7
commit a7496359c7
+2 -2
View File
@@ -43,13 +43,13 @@ let
in
stdenv.mkDerivation rec {
pname = "fcitx5";
version = "5.1.0";
version = "5.1.1";
src = fetchFromGitHub {
owner = "fcitx";
repo = pname;
rev = version;
hash = "sha256-tnYyHhldPmMZcygpcOcbaYFQbRQjPr/FlvyYfRylTmQ=";
hash = "sha256-R8stzpfQttBZFFSu8ikUz/2eL+b98/X672uVFsha9H0=";
};
prePatch = ''