Skip to content

Commit

Permalink
librewolf: 132.0.1 -> 132.0.1-1
Browse files Browse the repository at this point in the history
(cherry picked from commit 80ef2d8)
  • Loading branch information
DominicWrege authored and fpletz committed Nov 25, 2024
1 parent 7b1d1b0 commit d7b9bc5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ in
meta = {
description = "Fork of Firefox, focused on privacy, security and freedom";
homepage = "https://librewolf.net/";
maintainers = with lib.maintainers; [ squalus ];
maintainers = with lib.maintainers; [ squalus dwrege ];
platforms = lib.platforms.unix;
badPlatforms = lib.platforms.darwin;
broken = stdenv.buildPlatform.is32bit; # since Firefox 60, build on 32-bit platforms fails with "out of memory".
Expand Down
10 changes: 5 additions & 5 deletions pkgs/applications/networking/browsers/librewolf/src.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"packageVersion": "132.0.1",
"packageVersion": "132.0.1-1",
"source": {
"rev": "132.0.1",
"sha256": "hjtzX6jMJh1pnnO6WsLiOqwfpVYmCTZcEEXAmdBm180="
"rev": "132.0.1-1",
"sha256": "qqwuqEw5wfUvOukdhUivTLbER0R7Ohscix791vAt73E="
},
"firefox": {
"version": "132.0",
"sha512": "JU/7oW1ubGHP+qgTH4Gpp4iA5XI7fueKw2JRon2C5v8IgjiuKJ0HRpujpRtbWWmgjs0fwC3LTZMyWgj6wc/JFg=="
"version": "132.0.1",
"sha512": "ENWwX2Fijeuaacs0ss88dbtrh2j1pxjO8hV9X+sWce3g1YNDlWLhwSIZFOtu03/fQV3WUbFGXAVr4XQTbNgLnQ=="
}
}

0 comments on commit d7b9bc5

Please sign in to comment.