about summary refs log tree commit diff
path: root/pkgs/development/libraries/libite
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-05-16 05:44:31 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-05-16 14:44:31 +0200
commitd596db5ea610f272672785f38903839ec85d5ebc (patch)
tree977e54d368c4272e53709b8690ca5e12f0df92b0 /pkgs/development/libraries/libite
parent3ed41f8c73cf5fd375a416c9fc241baf3ebbc2b7 (diff)
downloadnixlib-d596db5ea610f272672785f38903839ec85d5ebc.tar
nixlib-d596db5ea610f272672785f38903839ec85d5ebc.tar.gz
nixlib-d596db5ea610f272672785f38903839ec85d5ebc.tar.bz2
nixlib-d596db5ea610f272672785f38903839ec85d5ebc.tar.lz
nixlib-d596db5ea610f272672785f38903839ec85d5ebc.tar.xz
nixlib-d596db5ea610f272672785f38903839ec85d5ebc.tar.zst
nixlib-d596db5ea610f272672785f38903839ec85d5ebc.zip
libite: 2.0.1 -> 2.0.2 (#40484)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 2.0.2 with grep in /nix/store/naarzbhrc25il5apxf2s1d6npnv5bdwj-libite-2.0.2
- directory tree listing: https://gist.github.com/5c0e5f0b94104a500555ba038e45c2bf
- du listing: https://gist.github.com/4fa4a3663027f65a44561a901994afc7
Diffstat (limited to 'pkgs/development/libraries/libite')
-rw-r--r--pkgs/development/libraries/libite/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libite/default.nix b/pkgs/development/libraries/libite/default.nix
index 51a7ab4851c3..7580c1b092e2 100644
--- a/pkgs/development/libraries/libite/default.nix
+++ b/pkgs/development/libraries/libite/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   name = "libite-${version}";
-  version = "2.0.1";
+  version = "2.0.2";
 
   src = fetchFromGitHub {
     owner = "troglobit";
     repo = "libite";
     rev = "v${version}";
-    sha256 = "07zypi3f02ygl7h5yc9sy136iiwgdi3r3nkjai9bq4gzjmzsvyl9";
+    sha256 = "0qk7231c1xwvjhkc9w7hasvafvgns10cx9kdhfdbc4r1hsh6d1ca";
   };
 
   nativeBuildInputs = [ autoreconfHook pkgconfig ];