We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 376250f + 0032ae2 commit a3943c9Copy full SHA for a3943c9
pkgs/by-name/li/librewolf-bin/package.nix
@@ -6,11 +6,11 @@
6
7
let
8
pname = "librewolf-bin";
9
- upstreamVersion = "133.0.3-1";
+ upstreamVersion = "134.0-1";
10
version = lib.replaceStrings [ "-" ] [ "." ] upstreamVersion;
11
src = fetchurl {
12
url = "https://gitlab.com/api/v4/projects/24386000/packages/generic/librewolf/${upstreamVersion}/LibreWolf.x86_64.AppImage";
13
- hash = "sha256-mQR1hvMcAiNI8Xhwqfy6oysJ29Dbu12RPZg8xN4zPyw=";
+ hash = "sha256-WlI0a2Sb59O6QGZ59vseTeDIkzyJd4/VIZ/qTFcLWm0=";
14
};
15
appimageContents = appimageTools.extract { inherit pname version src; };
16
in
0 commit comments