Unverified Commit a3943c93 authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

librewolf-bin: 133.0.3-1 -> 134.0-1 (#372676)

parents 376250fa 0032ae20
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,11 +6,11 @@

let
  pname = "librewolf-bin";
  upstreamVersion = "133.0.3-1";
  upstreamVersion = "134.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-mQR1hvMcAiNI8Xhwqfy6oysJ29Dbu12RPZg8xN4zPyw=";
    hash = "sha256-WlI0a2Sb59O6QGZ59vseTeDIkzyJd4/VIZ/qTFcLWm0=";
  };
  appimageContents = appimageTools.extract { inherit pname version src; };
in