tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
ibus-engines.anthy: 1.5.12 -> 1.5.14
R. Ryantm
4 years ago
e2dc5a6f
b88fab1b
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
inputmethods
ibus-engines
ibus-anthy
default.nix
+2
-2
pkgs/tools/inputmethods/ibus-engines/ibus-anthy/default.nix
···
13
13
14
14
stdenv.mkDerivation rec {
15
15
pname = "ibus-anthy";
16
16
-
version = "1.5.12";
16
16
+
version = "1.5.14";
17
17
18
18
src = fetchurl {
19
19
url = "https://github.com/ibus/ibus-anthy/releases/download/${version}/${pname}-${version}.tar.gz";
20
20
-
sha256 = "sha256-6edY3dRq4pI3bqsXEYf6jyBjDwpXzRKKQSCP3N/fV7s=";
20
20
+
sha256 = "sha256-yGlNoY0LiRpI9NdaDezjfsvKbRsay2QQGnqEytEEbZs=";
21
21
};
22
22
23
23
buildInputs = [