librime: 1.3.1 -> 1.3.2

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/librime/versions
This commit is contained in:
R. RyanTM 2018-12-15 04:31:04 -08:00
parent e0950ae9ad
commit 66df0d9ce4

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "librime-${version}";
version = "1.3.1";
version = "1.3.2";
src = fetchFromGitHub {
owner = "rime";
repo = "librime";
rev = "${version}";
sha256 = "1y0h3nnz97smx9z8h5fzk4c27mvrwv8kajxffqc43bhyvxvb2jd6";
sha256 = "06q10cv7a3i6d8l3sq79nasw3p1njvmjgh4jq2hqw9abcx351m1r";
};
nativeBuildInputs = [ cmake ];