librewolf-bin: 134.0 -> 134.0.1 (#375380)

This commit is contained in:
h7x4
2025-01-31 18:29:59 +01:00
committed by GitHub
+2 -2
View File
@@ -6,11 +6,11 @@
let
pname = "librewolf-bin";
upstreamVersion = "134.0-1";
upstreamVersion = "134.0.1-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-WlI0a2Sb59O6QGZ59vseTeDIkzyJd4/VIZ/qTFcLWm0=";
hash = "sha256-AZSIHs8m0Y5CWE9C1MyQReOIxkrl3QvLhHx+n41hlIk=";
};
appimageContents = appimageTools.extract { inherit pname version src; };
in