Skip to content

Commit

Permalink
Merge staging-next into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 16, 2023
2 parents 289f86b + 5c852cc commit e241c63
Show file tree
Hide file tree
Showing 48 changed files with 175 additions and 129 deletions.
6 changes: 6 additions & 0 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10529,6 +10529,12 @@
github = "nikstur";
githubId = 61635709;
};
nintron = {
email = "nintron@sent.com";
github = "Nintron27";
githubId = 47835714;
name = "Nintron";
};
ngerstle = {
name = "Nicholas Gerstle";
email = "ngerstle@gmail.com";
Expand Down
2 changes: 1 addition & 1 deletion nixos/modules/services/networking/wireguard.nix
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ let

publicKey = mkOption {
example = "xTIBA5rboUvnH4htodjb6e697QjLERt1NAB4mZqp8Dg=";
type = types.str;
type = types.singleLineStr;
description = lib.mdDoc "The base64 public key of the peer.";
};

Expand Down
3 changes: 2 additions & 1 deletion nixos/tests/wireguard/snakeoil-keys.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

peer1 = {
privateKey = "uO8JVo/sanx2DOM0L9GUEtzKZ82RGkRnYgpaYc7iXmg=";
publicKey = "Ks9yRJIi/0vYgRmn14mIOQRwkcUGBujYINbMpik2SBI=";
# readFile'd keys may have trailing newlines, emulate this
publicKey = "Ks9yRJIi/0vYgRmn14mIOQRwkcUGBujYINbMpik2SBI=\n";
};
}
1 change: 1 addition & 0 deletions pkgs/applications/emulators/retroarch/cores.nix
Original file line number Diff line number Diff line change
Expand Up @@ -734,6 +734,7 @@ in

picodrive = mkLibretroCore {
core = "picodrive";
version = "unstable-2023-02-15";
dontConfigure = true;
makeFlags = lib.optionals stdenv.hostPlatform.isAarch64 [ "platform=aarch64" ];
meta = {
Expand Down
4 changes: 2 additions & 2 deletions pkgs/applications/emulators/retroarch/hashes.json
Original file line number Diff line number Diff line change
Expand Up @@ -352,8 +352,8 @@
"picodrive": {
"owner": "libretro",
"repo": "picodrive",
"rev": "62873cab5366999207c197e9f55987daee10be4a",
"sha256": "YErmanNczeh6BeanCGllwOoTjXO+9At8l/o4UhIek4o=",
"rev": "b2d43acfbc288038749d8a8fdfbcb0474568e043",
"sha256": "kDSQgF8G/IpZ9NkSwuOjFSkirkum7foRT01qIbNJmJI=",
"fetchSubmodules": true
},
"play": {
Expand Down
4 changes: 2 additions & 2 deletions pkgs/applications/misc/pdfsam-basic/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "pdfsam-basic";
version = "5.0.2";
version = "5.0.3";

src = fetchurl {
url = "https://github.com/torakiki/pdfsam/releases/download/v${version}/pdfsam_${version}-1_amd64.deb";
hash = "sha256-+nBLmbu1aRnfWYNhTBUJdRmdlud8FK7LZFvDNFDrhiI=";
hash = "sha256-NST5d5dzO26ifKStbgD7qNbumUMQhfUFNE472LR1z5k=";
};

unpackPhase = ''
Expand Down
13 changes: 13 additions & 0 deletions pkgs/build-support/build-fhs-userenv-bubblewrap/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,18 @@ let
fi
done
declare -a x11_args
# Always mount a tmpfs on /tmp/.X11-unix
# Rationale: https://github.com/flatpak/flatpak/blob/be2de97e862e5ca223da40a895e54e7bf24dbfb9/common/flatpak-run.c#L277
x11_args+=(--tmpfs /tmp/.X11-unix)
# Try to guess X socket path. This doesn't cover _everything_, but it covers some things.
if [[ "$DISPLAY" == :* ]]; then
display_nr=''${DISPLAY#?}
local_socket=/tmp/.X11-unix/X$display_nr
x11_args+=(--ro-bind-try "$local_socket" "$local_socket")
fi
cmd=(
${bubblewrap}/bin/bwrap
--dev-bind /dev /dev
Expand Down Expand Up @@ -171,6 +183,7 @@ let
"''${ro_mounts[@]}"
"''${symlinks[@]}"
"''${auto_mounts[@]}"
"''${x11_args[@]}"
${concatStringsSep "\n " extraBwrapArgs}
${init runScript}/bin/${name}-init ${initArgs}
)
Expand Down
54 changes: 29 additions & 25 deletions pkgs/desktops/gnome/extensions/extensions.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pkgs/development/interpreters/php/8.0.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

let
base = callPackage ./generic.nix (_args // {
version = "8.0.27";
hash = "sha256-X9iCsUN3wVjBtVzGrOkfuMGbd8WW1YMa0ST7u8kC28g=";
version = "8.0.28";
hash = "sha256-nV50k1yQDjuce2vHQFlrcZM2MOufY3F8DEkj2MeIxi4=";
});

in
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/interpreters/php/8.1.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

let
base = callPackage ./generic.nix (_args // {
version = "8.1.15";
hash = "sha256-GNoKlCKPQgf4uePiPogfK3TQ1srvuQi9tYY9SgEDXMY=";
version = "8.1.16";
hash = "sha256-zZ8OoU2C2UVVh6SaC2yAKnuNj/eXA/n0ixfbAQ+2M84=";
});

in
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/interpreters/php/8.2.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

let
base = callPackage ./generic.nix (_args // {
version = "8.2.2";
hash = "sha256-9SI6UnTtqLQMGeR94N5GeMZdZEAcz3EOJGSWLrgTaAQ=";
version = "8.2.3";
hash = "sha256-h7tYhl849eKUGBMCkVLOohAv4pYbtNaLiPgx3dBUjQ8=";
});

in
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/libraries/sofia-sip/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "sofia-sip";
version = "1.13.12";
version = "1.13.13";

src = fetchFromGitHub {
owner = "freeswitch";
repo = pname;
rev = "v${version}";
sha256 = "sha256-2K5Lt2zk5MXKD9zIQ2pBt2IRx/H1Zg/S70dsrpI2mTM=";
sha256 = "sha256-ZFQmm1GX7Uptyb9pIdTHccpoSLO4WdZuVPnMalOcfK0=";
};

buildInputs = [ glib openssl ] ++ lib.optional stdenv.isDarwin SystemConfiguration;
Expand Down
10 changes: 0 additions & 10 deletions pkgs/development/libraries/wxwidgets/wxGTK32.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,6 @@ stdenv.mkDerivation rec {
hash = "sha256-u+INjo9EkW433OYoCDZpw5pcW1DyF/t/J5ntLZX+6aA=";
};

# Workaround for pkgsMusl.wxGTK32 failing as:
# "./src/unix/uilocale.cpp:650:37: error: ‘_NL_IDENTIFICATION_TERRITORY’ was not declared in this scope"
# On upgrade, please test building wxwidgets for pkgsMusl, and remove this patch if unnecessary.
patches = lib.optional stdenv.hostPlatform.isMusl [
(fetchpatch {
url = "https://github.com/wxWidgets/wxWidgets/commit/1faf1796b23b2503296d9b1e9ad39047d633f8c9.patch";
sha256 = "sha256-0FbfzGzzkriLD2iDcRcBXgYqjHtxFsmSlhGE5d18/bo=";
})
];

nativeBuildInputs = [ pkg-config ];

buildInputs = [
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/mobile/maestro/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "maestro";
version = "1.22.1";
version = "1.23.0";

src = fetchurl {
url = "https://github.com/mobile-dev-inc/maestro/releases/download/cli-${version}/maestro.zip";
sha256 = "0h1012mdw8k4hf1fflxhbq7rq1gpwgs7a9v5sghc9minjc3b3z8h";
sha256 = "0g508x79vhn7phmk4vlr3c213k0vi6yk0mpfcz5jcg4mpdapfmri";
};

dontUnpack = true;
Expand Down
6 changes: 3 additions & 3 deletions pkgs/development/ocaml-modules/npy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ buildDunePackage rec {
pname = "npy";
version = "0.0.9";

useDune2 = true;
duneVersion = "3";

minimumOCamlVersion = "4.06";
minimalOCamlVersion = "4.06";

src = fetchFromGitHub {
owner = "LaurentMazare";
repo = "${pname}-ocaml";
rev = version;
sha256 = "1fryglkm20h6kdqjl55b7065b34bdg3g3p6j0jv33zvd1m5888m1";
hash = "sha256:1fryglkm20h6kdqjl55b7065b34bdg3g3p6j0jv33zvd1m5888m1";
};

propagatedBuildInputs = [ camlzip ];
Expand Down
6 changes: 3 additions & 3 deletions pkgs/development/ocaml-modules/owl-base/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ buildDunePackage rec {
pname = "owl-base";
version = "1.0.2";

useDune2 = true;
duneVersion = "3";

src = fetchurl {
url = "https://github.com/owlbarn/owl/releases/download/${version}/owl-${version}.tbz";
sha256 = "sha256-ONIQzmwcLwljH9WZUUMOTzZLWuA2xx7RsyzlWbKikmM=";
hash = "sha256-ONIQzmwcLwljH9WZUUMOTzZLWuA2xx7RsyzlWbKikmM=";
};

minimumOCamlVersion = "4.10";
minimalOCamlVersion = "4.10";

meta = with lib; {
description = "Numerical computing library for Ocaml";
Expand Down
4 changes: 3 additions & 1 deletion pkgs/development/ocaml-modules/owl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
buildDunePackage rec {
pname = "owl";

inherit (owl-base) version src meta useDune2;
inherit (owl-base) version src meta;

duneVersion = "3";

checkInputs = [ alcotest ];
buildInputs = [ dune-configurator stdio ];
Expand Down
5 changes: 3 additions & 2 deletions pkgs/development/ocaml-modules/torch/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,16 @@

buildDunePackage rec {
pname = "torch";
version = "0.15";
version = "0.17";

duneVersion = "3";
minimalOCamlVersion = "4.08";

src = fetchFromGitHub {
owner = "LaurentMazare";
repo = "ocaml-${pname}";
rev = version;
sha256 = "sha256-EXJqlAGa0LwQKY8IlmcoJs0l2eRTiUhuzMHfakrslXU=";
hash = "sha256-z/9NUBjeFWE63Z/e8OyzDiy8hrn6qzjaiBH8G9MPeos=";
};

buildInputs = [ dune-configurator ];
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/asyauth/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@

buildPythonPackage rec {
pname = "asyauth";
version = "0.0.12";
version = "0.0.13";
format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-ctTuabTfLhYJL/yv0k6oXP7JV0+qRFA0SARI3XopTeM=";
hash = "sha256-tVvqzKsCvvSgKB3xRBMnIQLEDzCaPO/h8cM8WMpzi6M=";
};

propagatedBuildInputs = [
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/asyncmy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

buildPythonPackage rec {
pname = "asyncmy";
version = "0.2.6";
version = "0.2.7";
format = "pyproject";

disabled = pythonOlder "3.7";
Expand All @@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "long2ice";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-UWwqQ0ZYGoOsgRC7ROV9DDBQ/l/vXWB6uHpQ/WaFRAw=";
sha256 = "sha256-mkYh1fmhtBZ2DyL7a2RduTm+ig4Xnk5Ps1Tm0DS/OEc=";
};

nativeBuildInputs = [
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/cvxpy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@

buildPythonPackage rec {
pname = "cvxpy";
version = "1.2.3";
version = "1.3.0";
format = "pyproject";

disabled = pythonOlder "3.5";

src = fetchPypi {
inherit pname version;
hash = "sha256-IaeUtv0vdgqddm1o++SUZTT2Xom3Pom4icVQOYVVi4Y=";
hash = "sha256-Zszme9xjW5spBmUQR0OSwM/A2V24rdpAENyM3Y4EYlA=";
};

postPatch = ''
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/isbnlib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

buildPythonPackage rec {
pname = "isbnlib";
version = "3.10.12";
version = "3.10.13";
format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-FOZNsZK8PTPJhK0BvGQiPqCr8au3rwHsjE3dCKWGtDM=";
hash = "sha256-Rnk0H1ag35HGNeg4oiLOfxB1XLW8yVSOP3qK/1Z009Q=";
};

nativeCheckInputs = [
Expand Down
6 changes: 4 additions & 2 deletions pkgs/development/python-modules/minikerberos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,28 @@
, fetchPypi
, oscrypto
, pythonOlder
, six
, tqdm
, unicrypto
}:

buildPythonPackage rec {
pname = "minikerberos";
version = "0.3.5";
version = "0.4.0";
format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-FjeMtf09I2EksVUwZ2UCndmmqqnyTvtgh58HSrqVShw=";
hash = "sha256-uB3J9DRZ23Hf31EkAUyxNTV7Ftgt0yjhEOiiv+Aft+w=";
};

propagatedBuildInputs = [
asn1crypto
asysocks
oscrypto
six
tqdm
unicrypto
];
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/plaid-python/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@

buildPythonPackage rec {
pname = "plaid-python";
version = "11.4.0";
version = "11.5.0";
format = "setuptools";

disabled = pythonOlder "3.6";

src = fetchPypi {
inherit pname version;
hash = "sha256-5IHFChiIm/6x3xr+F+RIAZ3kDYQsXs+baFqUasjI8qs=";
hash = "sha256-SGWMLMwNAAi93dw053uiz+4K84v6g/6WD6q0rW00JHw=";
};

propagatedBuildInputs = [
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pyathena/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@

buildPythonPackage rec {
pname = "pyathena";
version = "2.21.0";
version = "2.23.0";
format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-DhG8JdYVRrsRuXsmlUzp7HDRlBsI/pLMBDzYqIzmae4=";
hash = "sha256-6T2qr0fcHzgDPZvc3StZwIH2ZRvTOJFXDLPc3iFmwCQ=";
};

propagatedBuildInputs = [
Expand Down
Loading

0 comments on commit e241c63

Please sign in to comment.