Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
pam_u2f: 1.0.8 -> 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Jun 5, 2019
1 parent 964e5fd commit e7a0328
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/pam_u2f/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "pam_u2f-${version}";
version = "1.0.7";
version = "1.0.8";

src = fetchurl {
url = "https://developers.yubico.com/pam-u2f/Releases/${name}.tar.gz";
sha256 = "1kz7d3vr5dag1d5zq14kcp887p5d0q079dy1sqyl8ndi567asjh3";
sha256 = "16awjzx348imjz141fzzldy00qpdmw2g37rnq430w5mnzak078jj";
};

nativeBuildInputs = [ pkgconfig ];
Expand Down

0 comments on commit e7a0328

Please sign in to comment.