Unverified Commit 74b693f9 authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

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

parents 85e681a8 864b5371
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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