3
0
Fork 0
forked from mirrors/nixpkgs

libime: 1.0.12 -> 1.0.13

This commit is contained in:
xrelkd 2022-07-05 22:24:20 +08:00
parent e2f14dd31a
commit da1f29154a
No known key found for this signature in database
GPG key ID: BAB7A457C1D1D6B3

View file

@ -26,13 +26,13 @@ let
in
stdenv.mkDerivation rec {
pname = "libime";
version = "1.0.12";
version = "1.0.13";
src = fetchFromGitHub {
owner = "fcitx";
repo = "libime";
rev = version;
sha256 = "sha256-7zm0eQgOZk7PYCBqq6FmPGIz1ZaVlEaT9QM5clhovuQ=";
sha256 = "sha256-hs+iU96NhGDJY9V9/fxUh5SsJexABqKzrdqOcHi8G/E=";
fetchSubmodules = true;
};