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

This commit is contained in:
Thomas Gerbet
2026-03-15 17:22:11 +00:00
committed by GitHub
@@ -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;
};