mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
Merge pull request #243606 from r-ryantm/auto-update/oath-toolkit
oath-toolkit: 2.6.7 -> 2.6.10
This commit is contained in:
commit
82e553a4af
@ -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