librewolf-bin: 134.0.1-1 -> 135.0-1 (#381236)

This commit is contained in:
Thomas Gerbet
2025-02-12 20:58:43 +01:00
committed by GitHub
+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