Skip to content

Commit

Permalink
google-authenticator: 1.07 -> 1.08
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 6, 2020
1 parent 17ab5f9 commit 29802ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/google-authenticator/default.nix
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "google-authenticator-libpam";
version = "1.07";
version = "1.08";

src = fetchurl {
url = "https://github.com/google/google-authenticator-libpam/archive/${version}.tar.gz";
sha256 = "01841dfmf6aw39idlv8y52b1nw9wx4skklzqhw1f519m0671ajhh";
sha256 = "1432sfgjv7xlas1saa0whnvqim2pb12g2522x3nf5a8v4qq7avbg";
};

nativeBuildInputs = [ autoreconfHook ];
Expand Down

0 comments on commit 29802ae

Please sign in to comment.