Skip to content

Commit 7b548a8

Browse files
authored
librewolf: 132.0.1 -> 132.0.1-1 (#355483)
2 parents 03597e2 + 80ef2d8 commit 7b548a8

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

maintainers/maintainer-list.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6044,6 +6044,12 @@
60446044
githubId = 2025623;
60456045
name = "Luc Chabassier";
60466046
};
6047+
dwrege = {
6048+
email = "[email protected]";
6049+
github = "dominicwrege";
6050+
githubId = 7389000;
6051+
name = "Dominic Wrege";
6052+
};
60476053
dxf = {
60486054
email = "[email protected]";
60496055
github = "dingxiangfei2009";

pkgs/applications/networking/browsers/librewolf/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ in
1717
meta = {
1818
description = "Fork of Firefox, focused on privacy, security and freedom";
1919
homepage = "https://librewolf.net/";
20-
maintainers = with lib.maintainers; [ squalus ];
20+
maintainers = with lib.maintainers; [ squalus dwrege ];
2121
platforms = lib.platforms.unix;
2222
badPlatforms = lib.platforms.darwin;
2323
broken = stdenv.buildPlatform.is32bit; # since Firefox 60, build on 32-bit platforms fails with "out of memory".
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"packageVersion": "132.0.1",
2+
"packageVersion": "132.0.1-1",
33
"source": {
4-
"rev": "132.0.1",
5-
"sha256": "hjtzX6jMJh1pnnO6WsLiOqwfpVYmCTZcEEXAmdBm180="
4+
"rev": "132.0.1-1",
5+
"sha256": "qqwuqEw5wfUvOukdhUivTLbER0R7Ohscix791vAt73E="
66
},
77
"firefox": {
8-
"version": "132.0",
9-
"sha512": "JU/7oW1ubGHP+qgTH4Gpp4iA5XI7fueKw2JRon2C5v8IgjiuKJ0HRpujpRtbWWmgjs0fwC3LTZMyWgj6wc/JFg=="
8+
"version": "132.0.1",
9+
"sha512": "ENWwX2Fijeuaacs0ss88dbtrh2j1pxjO8hV9X+sWce3g1YNDlWLhwSIZFOtu03/fQV3WUbFGXAVr4XQTbNgLnQ=="
1010
}
1111
}

0 commit comments

Comments
 (0)