Unverified Commit af561add authored by Vonfry's avatar Vonfry
Browse files
parent 780d12a2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -43,13 +43,13 @@ let
in
stdenv.mkDerivation rec {
  pname = "fcitx5";
  version = "5.1.1";
  version = "5.1.4";

  src = fetchFromGitHub {
    owner = "fcitx";
    repo = pname;
    rev = version;
    hash = "sha256-R8stzpfQttBZFFSu8ikUz/2eL+b98/X672uVFsha9H0=";
    hash = "sha256-7iDDIYnBsM/vYcRIGDXW2hsCwiCBntfUvcl4iWbe2mc=";
  };

  prePatch = ''