Skip to content

Commit 9cbe749

Browse files
nixpkgs-merge-bot[bot]Vonfry
andauthored
librime: 1.12.0 -> 1.13.0 (#375994)
Co-authored-by: Vonfry <[email protected]>
2 parents b43b1f0 + 4bdf841 commit 9cbe749

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/li/librime/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ let
3030
in
3131
stdenv.mkDerivation rec {
3232
pname = "librime";
33-
version = "1.12.0";
33+
version = "1.13.0";
3434

3535
src = fetchFromGitHub {
3636
owner = "rime";
3737
repo = pname;
3838
rev = version;
39-
sha256 = "sha256-NwtWpH1FxIZP/+oOJbsaEmySLxXlxkCCIG+SEGo242Q=";
39+
sha256 = "sha256-vkliraMsBLX05gae834R0LX4uT+XaxrfHmDkFPh1XIQ=";
4040
};
4141

4242
nativeBuildInputs = [

0 commit comments

Comments
 (0)