Skip to content

Commit 0032ae2

Browse files
committed
librewolf-bin: 133.0.3-1 -> 134.0-1
1 parent e5170f6 commit 0032ae2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/li/librewolf-bin/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66

77
let
88
pname = "librewolf-bin";
9-
upstreamVersion = "133.0.3-1";
9+
upstreamVersion = "134.0-1";
1010
version = lib.replaceStrings [ "-" ] [ "." ] upstreamVersion;
1111
src = fetchurl {
1212
url = "https://gitlab.com/api/v4/projects/24386000/packages/generic/librewolf/${upstreamVersion}/LibreWolf.x86_64.AppImage";
13-
hash = "sha256-mQR1hvMcAiNI8Xhwqfy6oysJ29Dbu12RPZg8xN4zPyw=";
13+
hash = "sha256-WlI0a2Sb59O6QGZ59vseTeDIkzyJd4/VIZ/qTFcLWm0=";
1414
};
1515
appimageContents = appimageTools.extract { inherit pname version src; };
1616
in

0 commit comments

Comments
 (0)