Skip to content

Commit

Permalink
yubikey-personalization: 1.17.3 -> 1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ndowens authored and grahamc committed Mar 6, 2017
1 parent 128901e commit 2e93988
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/yubikey-personalization/default.nix
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "yubikey-personalization-${version}";
version = "1.17.3";
version = "1.18.0";

src = fetchurl {
url = "https://developers.yubico.com/yubikey-personalization/Releases/ykpers-${version}.tar.gz";
sha256 = "034wmwinxmngji1ly8nm9q4hg194iwk164y5rw0whnf69ycc6bs8";
sha256 = "1bc2z6y2x7bbqn7ink2dg3wrgqzlcq2zxxg0cdcxy6jm7c9kwcyg";
};

nativeBuildInputs = [ pkgconfig ];
Expand Down

0 comments on commit 2e93988

Please sign in to comment.