summaryrefslogtreecommitdiff
path: root/librewolf/debian/control.in
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-07-11 15:09:33 +0000
committerB. Stack <bgstack15@gmail.com>2022-07-11 15:09:33 +0000
commit590e05f81f041f674e8c1198fd640be3a90d2b8b (patch)
tree7f730c1d1e7970d77c9595d8333f43fcdd9c874d /librewolf/debian/control.in
parentMerge branch 'librewolf-bump' into 'master' (diff)
parentlw 102.0 rc1 (diff)
downloadstackrpms-590e05f81f041f674e8c1198fd640be3a90d2b8b.tar.gz
stackrpms-590e05f81f041f674e8c1198fd640be3a90d2b8b.tar.bz2
stackrpms-590e05f81f041f674e8c1198fd640be3a90d2b8b.zip
Merge branch 'librewolf-bump' into 'master'
lw 102.0 rc1 See merge request bgstack15/stackrpms!306
Diffstat (limited to 'librewolf/debian/control.in')
-rw-r--r--librewolf/debian/control.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/librewolf/debian/control.in b/librewolf/debian/control.in
index 1568569..bbbee02 100644
--- a/librewolf/debian/control.in
+++ b/librewolf/debian/control.in
@@ -24,7 +24,7 @@ Build-Depends: autotools-dev,
libnspr4-dev (>= 2:@NSPR_VERSION@~),
%endif
%if USE_SYSTEM_NSS
-%define NSS_VERSION 3.78
+%define NSS_VERSION 3.79
libnss3-dev (>= 2:@NSS_VERSION@~),
%endif
%if USE_SYSTEM_VPX
bgstack15