Unverified Commit 1a882956 authored by Thomas Gerbet's avatar Thomas Gerbet Committed by GitHub
Browse files

librewolf-bin-unwrapped: 148.0-1 -> 148.0.2-2 (#498765)

parents 7d0b5046 a3eb936c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ let

  pname = "librewolf-bin-unwrapped";

  version = "148.0-1";
  version = "148.0.2-2";
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-UV9laKmAvyafNXXcCGrEr51dlyO1DaV3iHJy981OR9M=";
        aarch64-linux = "sha256-EZFNcshCdx3xje3/RWXJVYf3IFxeNXbZSoWjoQhoa7I=";
        x86_64-linux = "sha256-4FigAIvksbwJ46XqH225woK+inQHUnvyxvQBP/yyagU=";
        aarch64-linux = "sha256-wp31BZLUgH+pXkaDnlUtXMNuacWEgQbnkxMYt2vhKZY=";
      }
      .${stdenv.hostPlatform.system} or throwSystem;
  };