Skip to content

Commit

Permalink
Merge staging-next-24.05 into staging-24.05
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 16, 2024
2 parents c283fc4 + bc20bd3 commit 643578f
Show file tree
Hide file tree
Showing 6 changed files with 289 additions and 286 deletions.
5 changes: 3 additions & 2 deletions pkgs/applications/networking/browsers/firefox-bin/update.nix
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ writeScript "update-${pname}" ''
tr " " ":"`; do
# create an entry for every locale
cat >> $tmpfile <<EOF
{ url = "$url$version/`echo $line | cut -d":" -f3`";
{
url = "$url$version/`echo $line | cut -d":" -f3`";
locale = "`echo $line | cut -d":" -f3 | sed "s/$arch\///" | sed "s/\/.*//"`";
arch = "$arch";
sha256 = "`echo $line | cut -d":" -f1`";
Expand All @@ -88,7 +89,7 @@ writeScript "update-${pname}" ''
done
done
cat >> $tmpfile <<EOF
];
];
}
EOF
Expand Down
Loading

0 comments on commit 643578f

Please sign in to comment.