lol

ibus-engines.table-others: 1.3.12 -> 1.3.13

+3 -7
+3 -7
pkgs/tools/inputmethods/ibus-engines/ibus-table-others/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "ibus-table-others"; 5 - version = "1.3.12"; 5 + version = "1.3.13"; 6 6 7 7 src = fetchurl { 8 8 url = "https://github.com/moebiuscurve/ibus-table-others/releases/download/${version}/${pname}-${version}.tar.gz"; 9 - sha256 = "sha256-2k7JtLr+zO71rbTz11CCiIPx+orn0dw/Y8m47WfRDEU="; 9 + sha256 = "sha256-XN11iOShWyzRzmo/Ke+1Qh//o4ZhsmJWimgA1by2VZo="; 10 10 }; 11 11 12 12 nativeBuildInputs = [ pkg-config ]; 13 13 buildInputs = [ ibus ibus-table python3 ]; 14 14 15 15 preBuild = '' 16 - export HOME=$(mktemp -d)/ibus-table-others 17 - ''; 18 - 19 - postFixup = '' 20 - rm -rf $HOME 16 + export HOME=$TMPDIR 21 17 ''; 22 18 23 19 meta = with lib; {