fcitx5 0 -> 1 attrpath: fcitx5 Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/q8arraqp7bcrhz57wrs9fnkdxjl7myxg-packages.json.drv building '/nix/store/q8arraqp7bcrhz57wrs9fnkdxjl7myxg-packages.json.drv'... Going to be running update for following packages: - fcitx5-5.1.8 Press Enter key to continue... Running update for: - fcitx5-5.1.8: UPDATING ... - fcitx5-5.1.8: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/inputmethods/fcitx5/fcitx5-qt.nix b/pkgs/tools/inputmethods/fcitx5/fcitx5-qt.nix index b0cd6dc6d59b..289634f39f64 100644 --- a/pkgs/tools/inputmethods/fcitx5/fcitx5-qt.nix +++ b/pkgs/tools/inputmethods/fcitx5/fcitx5-qt.nix @@ -14,13 +14,13 @@ let in stdenv.mkDerivation rec { pname = "fcitx5-qt${majorVersion}"; - version = "5.1.4"; + version = "5.1.5"; src = fetchFromGitHub { owner = "fcitx"; repo = "fcitx5-qt"; rev = version; - sha256 = "sha256-bVH2US/uEZGERslnAh/fyUbzR9fK1UfG4J+mOmrIE8Y="; + sha256 = "sha256-CxPumuXF7vVKraQruJTj8103FhDUsQZowXcd/g7fXPQ="; }; postPatch = '' Package version did not change.