librewolf-unwrapped: 138.0.4-1 -> 139.0-1, adopt (#411847)

This commit is contained in:
Franz Pletz
2025-05-29 01:41:54 +02:00
committed by GitHub
3 changed files with 8 additions and 11 deletions
@@ -32,6 +32,7 @@ in
squalus
dwrege
fpletz
grimmauld
];
platforms = lib.platforms.unix;
broken = stdenv.buildPlatform.is32bit;
@@ -15,12 +15,8 @@ rec {
extraPostPatch = ''
while read patch_name; do
if [ "$patch_name" != "patches/macos-import-vector.patch" ]; then
echo "applying LibreWolf patch: $patch_name"
patch -p1 < ${source}/$patch_name
else
echo "skipping LibreWolf patch: $patch"
fi
echo "applying LibreWolf patch: $patch_name"
patch -p1 < ${source}/$patch_name
done <${source}/assets/patches.txt
cp -r ${source}/themes/browser .
@@ -1,11 +1,11 @@
{
"packageVersion": "138.0.4-1",
"packageVersion": "139.0-1",
"source": {
"rev": "138.0.4-1",
"hash": "sha256-KR8ZiueaEOXt2dw8T6ZvrQURV49Xu4cYe0XE8tEUmbw="
"rev": "139.0-1",
"hash": "sha256-dhi9hUgEoOFQj7IixFKz1J81zo43h4MkAMpr2OIgass="
},
"firefox": {
"version": "138.0.4",
"hash": "sha512-ZNgEVtqN8n1+7tfrIMNfzyE7yUjrSHObYQHixHbqmpEz2pKEd6eWg8lsFg+NU77VK+SH8BqNKeONOQcfEmdoBg=="
"version": "139.0",
"hash": "sha512-hKK0fy/3GqwiandKsKyauNmhb1YgoG96u2ZIcyIJ0CKu81qdSHPpHr1npPxJT8I4Uk4lw4+tgEbbJq/aBub5cA=="
}
}