tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
ibus-engines.table-others: 1.3.20 -> 1.3.21
R. Ryantm
6 months ago
ff82dbd1
cc1dd948
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
inputmethods
ibus-engines
ibus-table-others
default.nix
+2
-2
pkgs/tools/inputmethods/ibus-engines/ibus-table-others/default.nix
···
10
10
11
11
stdenv.mkDerivation rec {
12
12
pname = "ibus-table-others";
13
13
-
version = "1.3.20";
13
13
+
version = "1.3.21";
14
14
15
15
src = fetchurl {
16
16
url = "https://github.com/moebiuscurve/ibus-table-others/releases/download/${version}/${pname}-${version}.tar.gz";
17
17
-
hash = "sha256-mi2vF+OH3c9lgWFxswzCbENCleTWLHNE8clzZcdcwfM=";
17
17
+
hash = "sha256-/3ZDQCc/u2HKlL0+kZ0g4Gbjrkk++l3lSrWQz7CvwaQ=";
18
18
};
19
19
20
20
nativeBuildInputs = [