mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
oath-toolkit: 2.6.7 -> 2.6.10
This commit is contained in:
parent
57a00c9d04
commit
28b57939e3
@ -8,11 +8,11 @@ let
|
||||
|
||||
in stdenv.mkDerivation rec {
|
||||
pname = "oath-toolkit";
|
||||
version = "2.6.7";
|
||||
version = "2.6.10";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://savannah/${pname}/${pname}-${version}.tar.gz";
|
||||
sha256 = "1aa620k05lsw3l3slkp2mzma40q3p9wginspn9zk8digiz7dzv9n";
|
||||
sha256 = "sha256-hsJyJPfW19rUek9r7mX2uIS/W70VxemM8sxpYl2/I5E=";
|
||||
};
|
||||
|
||||
buildInputs = [ securityDependency ];
|
||||
|
Loading…
Reference in New Issue
Block a user