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