Unverified Commit 633c23ed authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

librewolf-bin-unwrapped: 147.0.4-1 -> 148.0-1 (#493791)

parents b9c641b2 6885dd12
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ let

  pname = "librewolf-bin-unwrapped";

  version = "147.0.4-1";
  version = "148.0-1";
in

stdenv.mkDerivation {
@@ -46,8 +46,8 @@ stdenv.mkDerivation {
    url = "https://codeberg.org/api/packages/librewolf/generic/librewolf/${version}/librewolf-${version}-${arch}-package.tar.xz";
    hash =
      {
        x86_64-linux = "sha256-zqWq8FgdSLWAaoWvmCnIc9FlTmQtcCgLoK9XuXsWS4M=";
        aarch64-linux = "sha256-SieZ3R0tqrVLpxClWEiznjPk1YS/37MHaJYHF/UyAvk=";
        x86_64-linux = "sha256-UV9laKmAvyafNXXcCGrEr51dlyO1DaV3iHJy981OR9M=";
        aarch64-linux = "sha256-EZFNcshCdx3xje3/RWXJVYf3IFxeNXbZSoWjoQhoa7I=";
      }
      .${stdenv.hostPlatform.system} or throwSystem;
  };