Commit 313c02d7 authored by R. RyanTM's avatar R. RyanTM
Browse files

fcitx5-hangul: 5.1.8 -> 5.1.9

parent 9024df32
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

stdenv.mkDerivation rec {
  pname = "fcitx5-hangul";
  version = "5.1.8";
  version = "5.1.9";

  src = fetchFromGitHub {
    owner = "fcitx";
    repo = pname;
    rev = version;
    hash = "sha256-6aBn0muWbmdxqUCrrXDRd4MZP7QUMX1ZHcAUdTF9Kys=";
    hash = "sha256-zxq/nINxLvhZCcndNyAUAOY74npFXcYUR78TlZVyRUk=";
  };

  nativeBuildInputs = [