summary refs log tree commit diff
path: root/pkgs/development/libraries/libskk
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-07-08 15:01:52 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-07-09 00:01:52 +0200
commitbcebd1f8efebd9e19db8d11e61495f0bdc7e83d9 (patch)
tree15c365371995f8704152791bb3fa4e5a566cbed2 /pkgs/development/libraries/libskk
parent70b33f3883a09aa474817ef5821193dfb3089d79 (diff)
downloadnixlib-bcebd1f8efebd9e19db8d11e61495f0bdc7e83d9.tar
nixlib-bcebd1f8efebd9e19db8d11e61495f0bdc7e83d9.tar.gz
nixlib-bcebd1f8efebd9e19db8d11e61495f0bdc7e83d9.tar.bz2
nixlib-bcebd1f8efebd9e19db8d11e61495f0bdc7e83d9.tar.lz
nixlib-bcebd1f8efebd9e19db8d11e61495f0bdc7e83d9.tar.xz
nixlib-bcebd1f8efebd9e19db8d11e61495f0bdc7e83d9.tar.zst
nixlib-bcebd1f8efebd9e19db8d11e61495f0bdc7e83d9.zip
libskk: 1.0.3 -> 1.0.4 (#42997)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/libskk/versions.

Version release notes (from GitHub):
 * Don't consume key release events [#52]
 * Improve hankaku katakana conversion [#51]
 * Use the same typing rule in dict-edit mode [#50]
 * Add `abort-to-latin` and `abort-to-latin-unhandled` command [#48]
 * Add more z-* shortcuts from DDSKK
 * Fix memory leak caused by Vala array conversion
 * Bump build requirements (glib >= 2.36, valadoc >= 0.40)

These checks were done:

- built on NixOS
- /nix/store/bdfn6ravpxm5qrgf8j9zfip4w98d76i9-libskk-1.0.4/bin/skk passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 1.0.4 with grep in /nix/store/bdfn6ravpxm5qrgf8j9zfip4w98d76i9-libskk-1.0.4
- directory tree listing: https://gist.github.com/5b1ab808d49b2ef79a30b2188305f5e4
- du listing: https://gist.github.com/3dc4ba1b5b8124a3ac41c17b89fb5260
Diffstat (limited to 'pkgs/development/libraries/libskk')
-rw-r--r--pkgs/development/libraries/libskk/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libskk/default.nix b/pkgs/development/libraries/libskk/default.nix
index 521391b1bef8..48b0ed6d711c 100644
--- a/pkgs/development/libraries/libskk/default.nix
+++ b/pkgs/development/libraries/libskk/default.nix
@@ -5,13 +5,13 @@
 
 stdenv.mkDerivation rec {
   name = "libskk-${version}";
-  version = "1.0.3";
+  version = "1.0.4";
 
   src = fetchFromGitHub {
     owner = "ueno";
     repo = "libskk";
     rev = version;
-    sha256 = "092bjir866f350s4prq9q0yg34s91vmr8wbgf2vh3kcax1yj1axm";
+    sha256 = "1yvyscr22rrh0jja1bz70jzwi5776jyw39pgbgrx00j79vsv7b51";
   };
 
   buildInputs = [ skk-dicts ];