diff options
| author | 2022-05-06 09:00:45 +0100 | |
|---|---|---|
| committer | 2022-05-06 09:00:45 +0100 | |
| commit | e16931ff3754e9d3a8b99f029b336a9303b71a86 (patch) | |
| tree | facf128adf5a36dd66b3c793d856bee2d2cc8f34 /src/modules/extra/m_argon2.cpp | |
| parent | Install into /usr/bin instead of /usr/sbin. (diff) | |
Fix the argon2 package name on newer versions of Debian.
Diffstat (limited to 'src/modules/extra/m_argon2.cpp')
| -rw-r--r-- | src/modules/extra/m_argon2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/extra/m_argon2.cpp b/src/modules/extra/m_argon2.cpp index 9a3826723..189ad4d22 100644 --- a/src/modules/extra/m_argon2.cpp +++ b/src/modules/extra/m_argon2.cpp @@ -23,7 +23,7 @@ /// $PackageInfo: require_system("arch") argon2 pkgconf /// $PackageInfo: require_system("darwin") argon2 pkg-config -/// $PackageInfo: require_system("debian" "9.0") libargon2-0 pkg-config +/// $PackageInfo: require_system("debian" "10.0") libargon2-dev pkg-config /// $PackageInfo: require_system("ubuntu" "18.04") libargon2-0-dev pkg-config |
