Skip to content

Commit

Permalink
chore(deps): routine update
Browse files Browse the repository at this point in the history
  • Loading branch information
midchildan committed Jan 5, 2024
1 parent 848084e commit 2f6c9ee
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion files/.local/opt/tldr
Submodule tldr updated 1651 files
30 changes: 15 additions & 15 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions nix/packages/skk-jisyo.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ let

value = stdenvNoCC.mkDerivation {
pname = pkgPrefix + lib.toLower name;
version = "unstable-2023-02-07";
version = "unstable-2023-12-26";

src = fetchFromGitHub {
owner = "skk-dev";
repo = "dict";
rev = "1909dda026e6038975359a5eaeafcf50c9ce7fa3";
sha256 = "sha256-e7B1+ji/8ssM92RSTmlu8c7V5kbk93CxtUDzs26gE8s=";
rev = "b7de5cd70aac106d9dd20898531357fbf4ca4707";
sha256 = "sha256-VJOr0zvmnicZ8SO2VJujhr5K2LGOPeJpWz83YIvwSg0=";
};

nativeBuildInputs = lib.optionals useUtf8 [ nkf ];
Expand Down

0 comments on commit 2f6c9ee

Please sign in to comment.