oath-toolkit: 2.6.12 -> 2.6.13

This commit is contained in:
R. Ryantm
2025-08-02 15:19:44 +00:00
parent e2b2e81658
commit 3dd3090f9a
+2 -2
View File
@@ -14,11 +14,11 @@ let
in
stdenv.mkDerivation rec {
pname = "oath-toolkit";
version = "2.6.12";
version = "2.6.13";
src = fetchurl {
url = "mirror://savannah/${pname}/${pname}-${version}.tar.gz";
hash = "sha256-yv33ObHsSydkQcau2uZBFDS72HAHH2YVS5CcxuLZ6Lo=";
hash = "sha256-W12C6aRFUgbST8vX7li/THk5ii5nmX2AvUWuknWGsYs=";
};
buildInputs = [ securityDependency ];