Skip to content

Commit

Permalink
Merge master into staging-next
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 9, 2023
2 parents 9c236d8 + 6169ccb commit 1861620
Show file tree
Hide file tree
Showing 5 changed files with 1,113 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/mkgmap/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ let
in
stdenv.mkDerivation rec {
pname = "mkgmap";
version = "4906";
version = "4907";

src = fetchsvn {
url = "https://svn.mkgmap.org.uk/mkgmap/mkgmap/trunk";
rev = version;
sha256 = "sha256-N1VU5XOENCQiUnDCFpotx+8Pr3VFuWLu1ABcbm0feOM=";
sha256 = "sha256-2DwIH6GNsK2XwaVxzPvN1qt4XRSi5fCQDwltBCBg4gI=";
};

patches = [
Expand Down
8 changes: 4 additions & 4 deletions pkgs/development/tools/tabnine/sources.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"version": "4.4.245",
"version": "4.4.265",
"platforms": {
"x86_64-linux": {
"name": "x86_64-unknown-linux-musl",
"hash": "sha256-heumULn4DNYJVB8ZdQz8RcQYcLcdF85+Wjsz4K3SUDg="
"hash": "sha256-HyRUlOSH/GmvBlOEtdIdv5cyHaw92OqWrYqaEI63NDE="
},
"aarch64-darwin": {
"name": "aarch64-apple-darwin",
"hash": "sha256-eLzf2srpOh9YSdl2lK1KALQ/KERIcJJoeErLxeM3J+M="
"hash": "sha256-ZcM7JnrPCWvhvpb7vbrLvqY9RmWjMaaAd7Wvx6Eveto="
},
"x86_64-darwin": {
"name": "x86_64-apple-darwin",
"hash": "sha256-ZCATPu9cU2ZUUFE7vDx/xKyx8jChubrG1xby7I+0z/4="
"hash": "sha256-eiZv5eidDynNOb5P6IUAVI3X8xub9U0GgWFkFq6mY74="
}
}
}
Loading

0 comments on commit 1861620

Please sign in to comment.