Skip to content

Commit

Permalink
librewolf-bin: 131.0.2-1 -> 133.0.3-1
Browse files Browse the repository at this point in the history
(cherry picked from commit abe985c)
  • Loading branch information
DominicWrege authored and github-actions[bot] committed Dec 21, 2024
1 parent 3e53960 commit d6683ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 Down

0 comments on commit d6683ad

Please sign in to comment.