Skip to content

Commit

Permalink
[Backport release-24.11] librewolf-bin: 131.0.2-1 -> 133.0.3-1 (#367133)
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrumplex authored Dec 21, 2024
2 parents 0a97066 + d6683ad commit 468d04c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/li/librewolf-bin/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

let
pname = "librewolf-bin";
upstreamVersion = "131.0.2-1";
upstreamVersion = "133.0.3-1";
version = lib.replaceStrings [ "-" ] [ "." ] upstreamVersion;
src = fetchurl {
url = "https://gitlab.com/api/v4/projects/24386000/packages/generic/librewolf/${upstreamVersion}/LibreWolf.x86_64.AppImage";
hash = "sha256-Sj3WkY3t8UHsh2v3xPaDb0IGp66YQIw9MKmmFFQCGvk=";
hash = "sha256-mQR1hvMcAiNI8Xhwqfy6oysJ29Dbu12RPZg8xN4zPyw=";
};
appimageContents = appimageTools.extract { inherit pname version src; };
in
Expand All @@ -27,7 +27,7 @@ appimageTools.wrapType2 {
description = "Fork of Firefox, focused on privacy, security and freedom (upstream AppImage release)";
homepage = "https://librewolf.net";
license = lib.licenses.mpl20;
maintainers = with lib.maintainers; [ ];
maintainers = with lib.maintainers; [ dwrege ];
platforms = [ "x86_64-linux" ];
mainProgram = "librewolf";
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
Expand Down

0 comments on commit 468d04c

Please sign in to comment.