aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/librime
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-01-28 03:02:50 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2019-01-28 03:02:50 -0800
commit2af381973c13999f2fd20541b0422f0009c3abb7 (patch)
treea810a682b2cbe9889eb7d4fd7e3da2a5f2f13adb /pkgs/development/libraries/librime
parent4866cbe3418a56e46e0378db50ce764a35679faa (diff)
librime: 1.3.2 -> 1.4.0
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
Diffstat (limited to 'pkgs/development/libraries/librime')
-rw-r--r--pkgs/development/libraries/librime/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/librime/default.nix b/pkgs/development/libraries/librime/default.nix
index a592fd86257f..b1e426172538 100644
--- a/pkgs/development/libraries/librime/default.nix
+++ b/pkgs/development/libraries/librime/default.nix
@@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "librime-${version}";
- version = "1.3.2";
+ version = "1.4.0";
src = fetchFromGitHub {
owner = "rime";
repo = "librime";
rev = "${version}";
- sha256 = "06q10cv7a3i6d8l3sq79nasw3p1njvmjgh4jq2hqw9abcx351m1r";
+ sha256 = "1zkx1wfbd94v55gfycyd2b94jxclfyk2zl7yw35pyjx63qdlb6sd";
};
nativeBuildInputs = [ cmake ];