summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-05-17 04:46:07 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-05-17 04:46:07 -0700
commit596645d5d265e9a20a041714ee19585a81e1d9c8 (patch)
tree2d3b1af7b6e5525648832f5553d3b0fc8b275360
parentf3fcf1b0a9b0398620b5fa9b40268ef651aa373e (diff)
downloadnixpkgs-596645d5d265e9a20a041714ee19585a81e1d9c8.tar
nixpkgs-596645d5d265e9a20a041714ee19585a81e1d9c8.tar.gz
nixpkgs-596645d5d265e9a20a041714ee19585a81e1d9c8.tar.bz2
nixpkgs-596645d5d265e9a20a041714ee19585a81e1d9c8.tar.lz
nixpkgs-596645d5d265e9a20a041714ee19585a81e1d9c8.tar.xz
nixpkgs-596645d5d265e9a20a041714ee19585a81e1d9c8.tar.zst
nixpkgs-596645d5d265e9a20a041714ee19585a81e1d9c8.zip
libu2f-host: 1.1.5 -> 1.1.6
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/8jbzdkhk2krc8yc37c9bcxsbmam5csaa-libu2f-host-1.1.6/bin/u2f-host passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 1 of 1 passed binary check by having the new version present in output.
- found 1.1.6 with grep in /nix/store/8jbzdkhk2krc8yc37c9bcxsbmam5csaa-libu2f-host-1.1.6
- directory tree listing: https://gist.github.com/bc0958f894bcdad9565006be8be45096
- du listing: https://gist.github.com/e9a255d64be0442f7d14fca45cbcb6f0
-rw-r--r--pkgs/development/libraries/libu2f-host/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libu2f-host/default.nix b/pkgs/development/libraries/libu2f-host/default.nix
index 2def14b1c10..675ca1cd220 100644
--- a/pkgs/development/libraries/libu2f-host/default.nix
+++ b/pkgs/development/libraries/libu2f-host/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, pkgconfig, json_c, hidapi }:
 
 stdenv.mkDerivation rec {
-  name = "libu2f-host-1.1.5";
+  name = "libu2f-host-1.1.6";
 
   src = fetchurl {
     url = "https://developers.yubico.com/libu2f-host/Releases/${name}.tar.xz";
-    sha256 = "159slvjfq4bqslx5amjkk90xnkiv3x0yzvbi54pl2vnzbr1p2azk";
+    sha256 = "19xxwwqfzg3njfpxvhlyxd05wjwsdw3m4lpn7gk31cna6agbp82d";
   };
 
   nativeBuildInputs = [ pkgconfig ];