From 90677b85d501d3f20c0e47e8762edce6db3b717d Mon Sep 17 00:00:00 2001 From: berberman Date: Wed, 9 Oct 2024 16:15:42 +0000 Subject: [PATCH] =?UTF-8?q?fcitx5-pinyin-moegirl:=2020240909=20=E2=86=92?= =?UTF-8?q?=2020241009?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- _sources/generated.json | 10 +++++++--- _sources/generated.nix | 6 +++--- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 1d8891e..bf3507d 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ In your [NixOS configuration flake](https://www.tweag.io/blog/2020-07-31-nixos-f * [apple-emoji](https://github.com/samuelngs/apple-emoji-linux) - v17.4 * [fastocr](https://github.com/BruceZhang1993/FastOCR) - 0.3.7 * [fcitx5-material-color](https://github.com/hosxy/Fcitx5-Material-Color) - 0.2.1 -* [fcitx5-pinyin-moegirl](https://github.com/outloudvi/mw2fcitx) - 20240909 +* [fcitx5-pinyin-moegirl](https://github.com/outloudvi/mw2fcitx) - 20241009 * [fcitx5-pinyin-zhwiki](https://github.com/felixonmars/fcitx5-pinyin-zhwiki) - 0.2.5.20240909 * [feeluown](https://github.com/feeluown/FeelUOwn) - 4.1.7 * [feeluown-bilibili](https://github.com/feeluown/feeluown-bilibili) - 0.4.1 diff --git a/_sources/generated.json b/_sources/generated.json index 3c76700..dd91979 100644 --- a/_sources/generated.json +++ b/_sources/generated.json @@ -45,6 +45,7 @@ "repo": "fcitx5-material-color", "rev": "0.2.1", "sha256": "sha256-i9JHIJ+cHLTBZUNzj9Ujl3LIdkCllTWpO1Ta4OT1LTc=", + "sparseCheckout": [], "type": "github" }, "version": "0.2.1" @@ -58,11 +59,11 @@ "pinned": false, "src": { "name": null, - "sha256": "sha256-+e4azEWHYSh3Gy9Xa+Y8E7f7rAA8YlWlbvbva9kNXCI=", + "sha256": "sha256-tb+Z7ja6yG7n6DcxSvdFhMq2xTNs6mJ6pdPfEKeRUww=", "type": "url", - "url": "https://github.com/outloudvi/mw2fcitx/releases/download/20240909/moegirl.dict" + "url": "https://github.com/outloudvi/mw2fcitx/releases/download/20241009/moegirl.dict" }, - "version": "20240909" + "version": "20241009" }, "fcitx5-pinyin-zhwiki": { "cargoLocks": null, @@ -194,6 +195,7 @@ "repo": "luoxu", "rev": "a46c8435428f94116d6164d8fcd6226c5126c0a5", "sha256": "sha256-lNmXnORDjcCecpz/16ggamVF/8RHjsoz37kKTxjMYkU=", + "sparseCheckout": [], "type": "github" }, "version": "a46c8435428f94116d6164d8fcd6226c5126c0a5" @@ -244,6 +246,7 @@ "repo": "qBittorrent-Enhanced-Edition", "rev": "release-4.6.7.10", "sha256": "sha256-Mr376nH2pE6NMF9IdDhZULwqkRr7472OZnKO86hb6ZI=", + "sparseCheckout": [], "type": "github" }, "version": "release-4.6.7.10" @@ -264,6 +267,7 @@ "repo": "Zydra", "rev": "791fabd188adcb1fd1cd8c53288b424740114cf9", "sha256": "sha256-6yHPlinmbg3M7Yun+fn34LJY1xggZy9mAgwRDgRZf9Y=", + "sparseCheckout": [], "type": "github" }, "version": "791fabd188adcb1fd1cd8c53288b424740114cf9" diff --git a/_sources/generated.nix b/_sources/generated.nix index 1a6fb1f..46a321c 100644 --- a/_sources/generated.nix +++ b/_sources/generated.nix @@ -30,10 +30,10 @@ }; fcitx5-pinyin-moegirl = { pname = "fcitx5-pinyin-moegirl"; - version = "20240909"; + version = "20241009"; src = fetchurl { - url = "https://github.com/outloudvi/mw2fcitx/releases/download/20240909/moegirl.dict"; - sha256 = "sha256-+e4azEWHYSh3Gy9Xa+Y8E7f7rAA8YlWlbvbva9kNXCI="; + url = "https://github.com/outloudvi/mw2fcitx/releases/download/20241009/moegirl.dict"; + sha256 = "sha256-tb+Z7ja6yG7n6DcxSvdFhMq2xTNs6mJ6pdPfEKeRUww="; }; }; fcitx5-pinyin-zhwiki = {