fcitx5: 5.1.8 -> 5.1.9

Diff: https://github.com/fcitx/fcitx5/compare/5.1.8...5.1.9
This commit is contained in:
Vonfry 2024-04-23 18:47:22 +08:00
parent 2948a04150
commit 61e1e2e0f6
No known key found for this signature in database
GPG Key ID: 1B81687FBA75D6B5
1 changed files with 2 additions and 3 deletions

View File

@ -2,7 +2,6 @@
, stdenv
, fetchurl
, fetchFromGitHub
, fetchpatch
, pkg-config
, cmake
, extra-cmake-modules
@ -44,13 +43,13 @@ let
in
stdenv.mkDerivation rec {
pname = "fcitx5";
version = "5.1.8";
version = "5.1.9";
src = fetchFromGitHub {
owner = "fcitx";
repo = pname;
rev = version;
hash = "sha256-MeknggrpOzpkT1EXZCftIrlevuMEEHM5d8vszKRp+DI=";
hash = "sha256-zapkhDM8rrZwJhaafFVsBjjkK/bRJsZqUkq9RyOqV3E=";
};
prePatch = ''