aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/extra/m_argon2.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2022-05-06 09:00:45 +0100
committerGravatar Sadie Powell2022-05-06 09:00:45 +0100
commite16931ff3754e9d3a8b99f029b336a9303b71a86 (patch)
treefacf128adf5a36dd66b3c793d856bee2d2cc8f34 /src/modules/extra/m_argon2.cpp
parentInstall 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.cpp2
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