librewolf-bin: 134.0.1-1 -> 135.0-1

This commit is contained in:
Dominic
2025-02-11 18:41:32 +01:00
parent dd81bdc4a4
commit d0fc0a6201
+2 -2
View File
@@ -6,11 +6,11 @@
let
pname = "librewolf-bin";
upstreamVersion = "134.0.1-1";
upstreamVersion = "135.0-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-AZSIHs8m0Y5CWE9C1MyQReOIxkrl3QvLhHx+n41hlIk=";
hash = "sha256-Qg4hc3bpJh3NFMUlq65K1fVtp6Slgtk2OjvcELp4aH8=";
};
appimageContents = appimageTools.extract { inherit pname version src; };
in