Merge pull request #36808 from sifmelcara/update/librime

librime: 1.2.9 -> 1.3.0
This commit is contained in:
Graham Christensen 2018-03-11 22:07:58 -04:00 committed by GitHub
commit e065aa949a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
# Note that individual packages in this collection
# may be released under different licenses
license = licenses.gpl3;
platforms = platforms.all;
platforms = platforms.linux;
maintainers = [ maintainers.sifmelcara ];
};
}

View file

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "librime-${version}";
version = "1.2.9";
version = "1.3.0";
src = fetchFromGitHub {
owner = "rime";
repo = "librime";
rev = "rime-${version}";
sha256 = "14jgnfm61ynm086x9v7wfmv2p14h0qp8lq4d2jqm21n821jsraj6";
rev = "${version}";
sha256 = "1sxxxliqjjsfblx9n6ijw9gx40xqw71v352b28aw51gg3k201v0j";
};
nativeBuildInputs = [ cmake ];
@ -23,6 +23,6 @@ stdenv.mkDerivation rec {
description = "Rime Input Method Engine, the core library";
license = licenses.bsd3;
maintainers = with maintainers; [ sifmelcara ];
platforms = platforms.all;
platforms = platforms.linux;
};
}