oath-toolkit: 2.6.11 -> 2.6.12
Note that this fixes CVE-2024-47191 (privilege escalation), see https://security.opensuse.org/2024/10/04/oath-toolkit-vulnerability.html
This commit is contained in:
parent
001181d49e
commit
18e9a97ff8
@ -8,11 +8,11 @@ let
|
||||
|
||||
in stdenv.mkDerivation rec {
|
||||
pname = "oath-toolkit";
|
||||
version = "2.6.11";
|
||||
version = "2.6.12";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://savannah/${pname}/${pname}-${version}.tar.gz";
|
||||
sha256 = "sha256-/FEqSltG9MQ6sFhsMYn+zk1U9+ZJOX1voeI0KEMeLLQ=";
|
||||
hash = "sha256-yv33ObHsSydkQcau2uZBFDS72HAHH2YVS5CcxuLZ6Lo=";
|
||||
};
|
||||
|
||||
buildInputs = [ securityDependency ];
|
||||
|
Loading…
Reference in New Issue
Block a user