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:
Yarny0 2024-10-05 07:21:54 +02:00
parent 001181d49e
commit 18e9a97ff8

View File

@ -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 ];