···757757 mktplcRef = {758758 name = "vscode-markdownlint";759759 publisher = "DavidAnson";760760- version = "0.49.0";761761- sha256 = "sha256-Mh/OoRK410aXEr3sK2CYFDsXGSqFT+JOWi9jHOdK01Y=";760760+ version = "0.50.0";761761+ sha256 = "sha256-F+lryIhSudDz68t1eGrfqI8EuoUUOWU5LfWj0IRCQyY=";762762 };763763 meta = {764764 changelog = "https://marketplace.visualstudio.com/items/DavidAnson.vscode-markdownlint/changelog";···10691069 mktplcRef = {10701070 name = "elixir-ls";10711071 publisher = "JakeBecker";10721072- version = "0.13.0";10731073- sha256 = "sha256-1uaLFTMvkcYrYAt9qDdISJneKxHo9qsris70iowGW2s=";10721072+ version = "0.14.7";10731073+ sha256 = "sha256-RkwgQqasBKMA+0293QhbZhgyGSqhJSic5DuIpBB+OEA=";10741074 };10751075 meta = {10761076 changelog = "https://marketplace.visualstudio.com/items/JakeBecker.elixir-ls/changelog";
+5
pkgs/applications/editors/vscode/generic.nix
···104104 # Override the previously determined VSCODE_PATH with the one we know to be correct105105 sed -i "/ELECTRON=/iVSCODE_PATH='$out/lib/vscode'" "$out/bin/${executableName}"106106 grep -q "VSCODE_PATH='$out/lib/vscode'" "$out/bin/${executableName}" # check if sed succeeded107107+108108+ # Remove native encryption code, as it derives the key from the executable path which does not work for us.109109+ # The credentials should be stored in a secure keychain already, so the benefit of this is questionable110110+ # in the first place.111111+ rm -rf $out/lib/vscode/resources/app/node_modules/vscode-encrypt107112 '') + ''108113 runHook postInstall109114 '';
···11-WGET_ARGS=( https://download.qt.io/official_releases/qt/6.5/6.5.0/submodules/ -A '*.tar.xz' )11+WGET_ARGS=( https://download.qt.io/official_releases/qt/6.5/6.5.1/submodules/ -A '*.tar.xz' )
···44, fetchFromGitHub55, rustPlatform66, installShellFiles77-, tinycc87, libiconv98, darwin109, librusty_v8 ? callPackage ./librusty_v8.nix { }···11121213rustPlatform.buildRustPackage rec {1314 pname = "deno";1414- version = "1.33.3";1515+ version = "1.34.0";15161617 src = fetchFromGitHub {1718 owner = "denoland";1819 repo = pname;1920 rev = "v${version}";2020- hash = "sha256-E1Usmj4f3jvzllKIrItzOIe4kf0DRQWwobVGuN291Ys=";2121+ hash = "sha256-B9YzJsnbohzQQQj2Ec1szh/aY2zoYFOoEXTShwOzMlE=";2122 };2222- cargoHash = "sha256-8L9UrFQTpwG2Gw4V72NvqdqQicG0HPRdmNJPhkWqj4s=";2323+ cargoHash = "sha256-rwN7pEb6bDLb7YrcfuWC9Y0m7b+50AeLKMKx7WLKYT8=";23242425 postPatch = ''2526 # upstream uses lld on aarch64-darwin for faster builds···3839 # The v8 package will try to download a `librusty_v8.a` release at build time to our read-only filesystem3940 # To avoid this we pre-download the file and export it via RUSTY_V8_ARCHIVE4041 RUSTY_V8_ARCHIVE = librusty_v8;4141-4242- # The deno_ffi package currently needs libtcc.a on linux and macos and will try to compile it at build time4343- # To avoid this we point it to our copy (dir)4444- # In the future tinycc will be replaced with asm4545- libtcc = tinycc.overrideAttrs (oa: {4646- makeFlags = [ "libtcc.a" ];4747- # tests want tcc binary4848- doCheck = false;4949- outputs = [ "out" ];5050- installPhase = ''5151- mkdir -p $out/lib/5252- mv libtcc.a $out/lib/5353- '';5454- # building the whole of tcc on darwin is broken in nixpkgs5555- # but just building libtcc.a works fine so mark this as unbroken5656- meta.broken = false;5757- });5858- TCC_PATH = "${libtcc}/lib";59426043 # Tests have some inconsistencies between runs with output integration tests6144 # Skipping until resolved
···11-{ lib, stdenv, fetchurl, zlib }:11+{ lib22+, stdenv33+, fetchurl44+, fetchpatch55+, zlib66+}:2738stdenv.mkDerivation rec {49 pname = "gnushogi";510 version = "1.4.2";66- buildInputs = [ zlib ];711812 src = fetchurl {913 url = "mirror://gnu/gnushogi/${pname}-${version}.tar.gz";1010- sha256 = "0a9bsl2nbnb138lq0h14jfc5xvz7hpb2bcsj4mjn6g1hcsl4ik0y";1414+ hash = "sha256-HsxIqGYwPGNlJVKzJdaF5+9emJMkQIApGmHZZQXVKyk=";1115 };12161313- env.LDFLAGS = lib.optionalString (!stdenv.isDarwin) "-Wl,-z,muldefs";1717+ patches = [1818+ (fetchpatch {1919+ url = "https://sources.debian.org/data/main/g/gnushogi/1.4.2-7/debian/patches/01-make-dont-ignore";2020+ hash = "sha256-Aw0zfH+wkj+rQQzKIn6bSilP76YIO27FwJ8n1UzG6ow=";2121+ })2222+ (fetchpatch {2323+ url = "https://sources.debian.org/data/main/g/gnushogi/1.4.2-7/debian/patches/globals";2424+ hash = "sha256-wZJBPMYSz4n1kOyLmR9QOp70650R9xXQUWD5hvaMRok=";2525+ })2626+ ];14271515- # Makefile ignores errors, so the build may silently succeed erroneously1616- postBuild = ''1717- test -e gnushogi/gnushogi || { echo "ERROR: no binary produced"; exit 1; }1818- '';2828+ buildInputs = [ zlib ];19292030 meta = with lib; {2131 description = "GNU implementation of Shogi, also known as Japanese Chess";···3323 license = licenses.gpl3;3424 maintainers = [ maintainers.ciil ];3525 platforms = platforms.unix;3636- broken = stdenv.isDarwin; # darwin does not support -z muldefs3726 };3827}
+4-4
pkgs/misc/fastly/default.nix
···10101111buildGoModule rec {1212 pname = "fastly";1313- version = "10.0.1";1313+ version = "10.1.0";14141515 src = fetchFromGitHub {1616 owner = "fastly";1717 repo = "cli";1818 rev = "refs/tags/v${version}";1919- hash = "sha256-khGg6TcbyJMn+hiBANhHA6IU6aODTA94AV7yCaELqrs=";1919+ hash = "sha256-gMSKk5igNy8W7Qb1xtKgfpzftiPVZaAv/oKIdinTMGA=";2020 # The git commit is part of the `fastly version` original output;2121 # leave that output the same in nixpkgs. Use the `.git` directory2222 # to retrieve the commit SHA, and remove the directory afterwards,···5252 ];5353 preBuild = let5454 cliConfigToml = fetchurl {5555- url = "https://web.archive.org/web/20230412222811/https://developer.fastly.com/api/internal/cli-config";5656- hash = "sha256-NACjeBGOvBL6kUBZtSx4ChZgn7V69f4K2yyDCwTZsbU=";5555+ url = "https://web.archive.org/web/20230523192914/https://developer.fastly.com/api/internal/cli-config";5656+ hash = "sha256-zgZ3m69dRvuc1S7hHeLxzrM/Z/u0PKUn0XbyQOYO3es=";5757 };5858 in ''5959 cp ${cliConfigToml} ./pkg/config/config.toml
···55, nixosTests66, cargo-pgx_0_7_177, nix-update-script88+, stdenv89}:9101011(buildPgxExtension.override {cargo-pgx = cargo-pgx_0_7_1;})rec {···4241 license = licenses.asl20;43424443 # as it needs to be used with timescaledb, simply use the condition from there4545- broken = versionOlder postgresql.version "12";4444+ broken = versionOlder postgresql.version "12" || stdenv.isDarwin;4645 };4746}
···1818in1919with py.pkgs; buildPythonApplication rec {2020 pname = "awscli2";2121- version = "2.11.20"; # N.B: if you change this, check if overrides are still up-to-date2121+ version = "2.11.22"; # N.B: if you change this, check if overrides are still up-to-date2222 format = "pyproject";23232424 src = fetchFromGitHub {2525 owner = "aws";2626 repo = "aws-cli";2727 rev = version;2828- hash = "sha256-svd4NI39T4k2xKP43FB5llGyHJ7OKE7LxN7rOjL9L2w=";2828+ hash = "sha256-NIoH7vKsAj3Ia2yD7UDTdN6kXdDlHhmU66Uxjqr2deE=";2929 };30303131 postPatch = ''
···264264 couchdb2 = throw "couchdb2 was removed from nixpkgs, use couchdb3 instead"; # Added 2021-03-03265265 coreclr = throw "coreclr has been removed from nixpkgs, use dotnet-sdk instead"; # added 2022-06-12266266 corgi = throw "corgi has been dropped due to the lack of maintenance from upstream since 2018"; # Added 2022-06-02267267- cpp-gsl = throw "'cpp-gsl' has been renamed to/replaced by 'microsoft_gsl'"; # Converted to throw 2022-02-22267267+ cpp-gsl = throw "'cpp-gsl' has been renamed to/replaced by 'microsoft-gsl'"; # Converted to throw 2022-02-22268268 cpp_ethereum = throw "cpp_ethereum has been removed; abandoned upstream"; # Added 2020-11-30269269 cpuminer-multi = throw "cpuminer-multi has been removed: deleted by upstream"; # Added 2022-01-07270270 crafty = throw "crafty has been removed: deleted by upstream"; # Added 2022-01-07···10361036 mess = mame; # Added 2019-10-3010371037 metal = throw "metal has been removed due to lack of maintainers";10381038 metricbeat6 = throw "metricbeat6 has been removed because it reached end of life"; # Added 2022-10-0410391039+ microsoft_gsl = microsoft-gsl; # Added 2023-05-2610391040 mididings = throw "mididings has been removed from nixpkgs as it doesn't support recent python3 versions and its upstream stopped maintaining it"; # Added 2022-01-1210401041 midoriWrapper = throw "'midoriWrapper' has been renamed to/replaced by 'midori'"; # Converted to throw 2022-02-2210411042 mime-types = mailcap; # Added 2022-01-21···18061805 "from nixpkgs. Users are urged to switch to 'xone'."18071806 ); # Added 2022-08-0218081807 xpraGtk3 = throw "'xpraGtk3' has been renamed to/replaced by 'xpra'"; # Converted to throw 2022-02-2218081808+ xtrt = throw "xtrt has been removed due to being abandoned"; # Added 2023-05-2518091809 xv = xxv; # Added 2020-02-2218101810 xvidcap = throw "'xvidcap' has been removed because of a broken dependency"; # Added 2022-11-0818111811 xvfb_run = xvfb-run; # Added 2021-05-07