Unverified Commit 39be2701 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

Merge master into staging-next

parents e8c4347e 58674b7f
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -275,7 +275,10 @@ in
        ProtectKernelModules = true;
        ProtectKernelTunables = true;
        ProtectProc = "invisible";
        ProtectSystem = "full";
        ProtectSystem = "strict";
        ReadWritePaths = [
          cfg.home
        ];
        RemoveIPC = true;
        RestrictAddressFamilies = [
          "AF_UNIX"
+2 −2
Original line number Diff line number Diff line
@@ -4,8 +4,8 @@ vscode-utils.buildVscodeMarketplaceExtension {
  mktplcRef = {
    name = "mongodb-vscode";
    publisher = "mongodb";
    version = "1.14.6";
    hash = "sha256-MACP/IvSk4JwD9DUWRD6pGYbgVQVzuCz8FvXdfHcphs=";
    version = "1.15.1";
    hash = "sha256-wdZ4Ro+L6We9GScVIlOBghPFv41xJD7x11Ni3iPshOI=";
  };

  meta = {
+3 −3
Original line number Diff line number Diff line
@@ -7,16 +7,16 @@

buildNpmPackage rec {
  pname = "all-the-package-names";
  version = "2.0.2379";
  version = "2.0.2387";

  src = fetchFromGitHub {
    owner = "nice-registry";
    repo = "all-the-package-names";
    tag = "v${version}";
    hash = "sha256-W1c0xFm6ZIpykfMegmc3PAX8X1SNhSpsN37ZhXn4424=";
    hash = "sha256-0DuHzZdPjzoUXGgn7Kt7CGjvNXuYYAZqpuuQS86ECXM=";
  };

  npmDepsHash = "sha256-3sWgNa6ez5lZHQj6tThxXTYVpkDXHulb7mkiqVVyTlg=";
  npmDepsHash = "sha256-CzWF/CbyVGGogeEFQOjldBWGP98q4q/x/KukAE4EJPo=";

  passthru.updateScript = nix-update-script { };

+2 −2
Original line number Diff line number Diff line
@@ -14,11 +14,11 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "crowdin-cli";
  version = "4.14.0";
  version = "4.14.1";

  src = fetchurl {
    url = "https://github.com/crowdin/crowdin-cli/releases/download/${finalAttrs.version}/crowdin-cli.zip";
    hash = "sha256-rNtCCnssMQgiTU4BrH8uUHjOuTyvrHqlKKFclhRrnZE=";
    hash = "sha256-zlouZc7DtMYTHiDOLSCtawEKTMOKgqJe01gieRxeiFI=";
  };

  nativeBuildInputs = [
+2 −2
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "dpkg";
  version = "1.23.5";
  version = "1.23.7";

  src = fetchgit {
    url = "https://git.launchpad.net/ubuntu/+source/dpkg";
@@ -37,7 +37,7 @@ stdenv.mkDerivation (finalAttrs: {
      rm -rf .git
      popd
    '';
    hash = "sha256-Ug82hdskTvWSzMZ8l+EdWhWAmt9OhS2pUpwOYa/9FLw=";
    hash = "sha256-8Joo/pcizlbtuuiUL8ev6/00ru+lh8/hzEPsO7fm2R0=";
  };

  configureFlags = [
Loading