Skip to content

Commit

Permalink
ibus-engines.m17n: 1.4.4 -> 1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and Jonathan Ringer committed May 9, 2021
1 parent 518269b commit 54933ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/inputmethods/ibus-engines/ibus-m17n/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@

stdenv.mkDerivation rec {
pname = "ibus-m17n";
version = "1.4.4";
version = "1.4.5";

src = fetchFromGitHub {
owner = "ibus";
repo = "ibus-m17n";
rev = version;
sha256 = "sha256-kPTysHTC+j8BMnzsddRa4Tg54idejApTqmLrP20pu5M=";
sha256 = "sha256-atsfaoA0V9PPwhPTpHI7b7A5JsDiYHfA+0NlNOKYIPg=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 54933ee

Please sign in to comment.