nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

Merge staging-next into staging

authored by

github-actions[bot] and committed by
GitHub
3111485b 38afeb46

+555 -1097
+2 -2
nixos/modules/config/update-users-groups.pl
··· 186 186 # Rewrite /etc/group. FIXME: acquire lock. 187 187 my @lines = map { join(":", $_->{name}, $_->{password}, $_->{gid}, $_->{members}) . "\n" } 188 188 (sort { $a->{gid} <=> $b->{gid} } values(%groupsOut)); 189 - updateFile($gidMapFile, to_json($gidMap)); 189 + updateFile($gidMapFile, to_json($gidMap, {canonical => 1})); 190 190 updateFile("/etc/group", \@lines); 191 191 nscdInvalidate("group"); 192 192 ··· 272 272 # Rewrite /etc/passwd. FIXME: acquire lock. 273 273 @lines = map { join(":", $_->{name}, $_->{fakePassword}, $_->{uid}, $_->{gid}, $_->{description}, $_->{home}, $_->{shell}) . "\n" } 274 274 (sort { $a->{uid} <=> $b->{uid} } (values %usersOut)); 275 - updateFile($uidMapFile, to_json($uidMap)); 275 + updateFile($uidMapFile, to_json($uidMap, {canonical => 1})); 276 276 updateFile("/etc/passwd", \@lines); 277 277 nscdInvalidate("passwd"); 278 278
+2 -2
pkgs/applications/misc/logseq/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "logseq"; 5 - version = "0.8.8"; 5 + version = "0.8.9"; 6 6 7 7 src = fetchurl { 8 8 url = "https://github.com/logseq/logseq/releases/download/${version}/logseq-linux-x64-${version}.AppImage"; 9 - sha256 = "sha256-0RVGTANlnzULusQPZ14+a6G5mK1ezDC9VfWWdNqNcs4="; 9 + sha256 = "sha256-s9xG2SLkuaz8wRK47ywSw9JjsJlRjaMNeRmQY0ZnrK8="; 10 10 name = "${pname}-${version}.AppImage"; 11 11 }; 12 12
+2 -2
pkgs/applications/networking/cluster/gatekeeper/default.nix
··· 6 6 7 7 buildGoModule rec { 8 8 pname = "gatekeeper"; 9 - version = "3.9.2"; 9 + version = "3.10.0"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "open-policy-agent"; 13 13 repo = "gatekeeper"; 14 14 rev = "v${version}"; 15 - sha256 = "sha256-g6OwUCUR/F4v62yt3cCnAcys0tYYYrYVHC8vZZF5OQ4="; 15 + sha256 = "sha256-4U03gdOls1uPpTqxmjLo1ruE4eeuUlGxphOgS9e5C1A="; 16 16 }; 17 17 18 18 vendorSha256 = null;
+4 -3
pkgs/applications/video/mkvtoolnix/default.nix
··· 1 1 { lib 2 2 , stdenv 3 3 , fetchFromGitLab 4 + , fetchpatch 4 5 , pkg-config 5 6 , autoreconfHook 6 7 , rake ··· 47 46 in 48 47 stdenv.mkDerivation rec { 49 48 pname = "mkvtoolnix"; 50 - version = "70.0.0"; 49 + version = "71.1.0"; 51 50 52 51 src = fetchFromGitLab { 53 52 owner = "mbunkus"; 54 53 repo = "mkvtoolnix"; 55 54 rev = "release-${version}"; 56 - sha256 = "sha256-7ryLf/SKM5m7MdOd2K2XhJEdLF2H8xjV1aZMKUjm+Ok="; 55 + sha256 = "sha256-JHbnjcXOctB6HQeHXykWbykdn35S2fCYegMkc3GLmAI="; 57 56 }; 58 57 59 58 nativeBuildInputs = [ ··· 103 102 "--disable-profiling" 104 103 "--disable-static-qt" 105 104 "--enable-optimization" 106 - "--with-boost-libdir=${boost.out}/lib" 105 + "--with-boost-libdir=${lib.getLib boost}/lib" 107 106 "--with-docbook-xsl-root=${docbook_xsl}/share/xml/docbook-xsl" 108 107 "--with-gettext" 109 108 (enableFeature withGUI "gui")
+4 -4
pkgs/development/compilers/reason/default.nix
··· 1 - { lib, callPackage, stdenv, makeWrapper, fetchurl, ocaml, findlib, dune_2 1 + { lib, callPackage, stdenv, makeWrapper, fetchurl, ocaml, findlib, dune_3 2 2 , ncurses 3 3 , fix, menhir, menhirLib, menhirSdk, merlin-extend, ppxlib, utop, cppo, ppx_derivers 4 4 }: 5 5 6 6 stdenv.mkDerivation rec { 7 7 pname = "ocaml${ocaml.version}-reason"; 8 - version = "3.8.1"; 8 + version = "3.8.2"; 9 9 10 10 src = fetchurl { 11 11 url = "https://github.com/reasonml/reason/releases/download/${version}/reason-${version}.tbz"; 12 - sha256 = "sha256-v827CfYrTBCPJubcOAQxYT5N5LBl348UNk7+Ss6o5BQ="; 12 + sha256 = "sha256-etzEXbILje+CrfJxIhH7jthEMoSJdS6O33QoG8HrLvI="; 13 13 }; 14 14 15 15 nativeBuildInputs = [ ··· 19 19 20 20 buildInputs = [ 21 21 cppo 22 - dune_2 22 + dune_3 23 23 findlib 24 24 fix 25 25 menhir
+13
pkgs/development/embedded/bossa/arduino.nix
··· 1 + { bossa, git, fetchFromGitHub }: 2 + 3 + bossa.overrideAttrs (attrs: rec { 4 + pname = "bossa-arduino"; 5 + version = "1.9.1-arduino2"; 6 + 7 + src = fetchFromGitHub { 8 + owner = "arduino"; 9 + repo = "BOSSA"; 10 + rev = version; 11 + sha256 = "sha256-sBJ6QMd7cTClDnGCeOU0FT6IczEjqqRxCD7kef5GuY8="; 12 + }; 13 + })
-16
pkgs/development/embedded/bossa/bossa-no-applet-build.patch
··· 1 - diff --git a/Makefile b/Makefile 2 - index cc8882e..97b11ee 100644 3 - --- a/Makefile 4 - +++ b/Makefile 5 - @@ -184,11 +184,6 @@ $(foreach src,$(COMMON_SRCS),$(eval $(call common_obj,$(src)))) 6 - # Applet rules 7 - # 8 - define applet_obj 9 - -$(SRCDIR)/$(1:%.asm=%.cpp): $(SRCDIR)/$(1) 10 - - @echo APPLET $(1:%.asm=%) 11 - - $$(Q)$$(ARMAS) -o $$(@:%.o=%.obj) $$< 12 - - $$(Q)$$(ARMOBJCOPY) -O binary $$(@:%.o=%.obj) $$(@:%.o=%.bin) 13 - - $$(Q)appletgen $(1:%.asm=%) $(SRCDIR) $(OBJDIR) 14 - $(OBJDIR)/$(1:%.asm=%.o): $(SRCDIR)/$(1:%.asm=%.cpp) 15 - @echo CPP APPLET $$< 16 - $$(Q)$$(CXX) $$(COMMON_CXXFLAGS) -c -o $$(@) $$(<:%.asm=%.cpp)
+2 -4
pkgs/development/embedded/bossa/default.nix
··· 15 15 in 16 16 stdenv.mkDerivation rec { 17 17 pname = "bossa"; 18 - version = "1.8"; 18 + version = "1.9.1"; 19 19 20 20 src = fetchFromGitHub { 21 21 owner = "shumatech"; 22 22 repo = "BOSSA"; 23 23 rev = version; 24 - sha256 = "sha256-dZeBy63OzIaLUfAg6awnk83FtLKVxPoYAYs5t7BBM6Y="; 24 + sha256 = "sha256-8M3MU/+Y1L6SaQ1yoC9Z27A/gGruZdopLnL1z7h7YJw="; 25 25 }; 26 - 27 - patches = [ ./bossa-no-applet-build.patch ]; 28 26 29 27 nativeBuildInputs = [ bin2c ]; 30 28 buildInputs = [ wxGTK libX11 readline ];
+3 -18
pkgs/development/libraries/libebml/default.nix
··· 1 - { lib, stdenv, fetchFromGitHub, fetchpatch, cmake, pkg-config }: 1 + { lib, stdenv, fetchFromGitHub, cmake, pkg-config }: 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "libebml"; 5 - version = "1.4.2"; 5 + version = "1.4.4"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "Matroska-Org"; 9 9 repo = "libebml"; 10 10 rev = "release-${version}"; 11 - sha256 = "1hiilnabar826lfxsaflqjhgsdli6hzzhjv8q2nmw36fvvlyks25"; 11 + sha256 = "sha256-36SfZUHJ2sIvrrHox583cQqfWWcrL2zW1IHzgDchC9g="; 12 12 }; 13 - 14 - patches = [ 15 - # Upstream fix for gcc-11 16 - (fetchpatch { 17 - url = "https://github.com/Matroska-Org/libebml/commit/f0bfd53647961e799a43d918c46cf3b6bff89806.patch"; 18 - sha256 = "1yd6rsds03kwx5jki4hihd2bpfh26g5l1pi82qzaqzarixdxwzvl"; 19 - excludes = [ "ChangeLog" ]; 20 - }) 21 - # in master post 1.4.2, see https://github.com/Matroska-Org/libebml/issues/97 22 - (fetchpatch { 23 - name = "fix-pkg-config.patch"; 24 - url = "https://github.com/Matroska-Org/libebml/commit/42fbae35d291b737f2bb4ad5d643fd0d48537a88.patch"; 25 - sha256 = "020qp4a3l60mcm4n310ynxbbv5qlpmybb9xy10pjvx4brp83pmy3"; 26 - }) 27 - ]; 28 13 29 14 nativeBuildInputs = [ cmake pkg-config ]; 30 15
+3 -13
pkgs/development/libraries/libmatroska/default.nix
··· 1 - { lib, stdenv, fetchFromGitHub, fetchpatch, cmake, pkg-config 2 - , libebml }: 1 + { lib, stdenv, fetchFromGitHub, cmake, pkg-config, libebml }: 3 2 4 3 stdenv.mkDerivation rec { 5 4 pname = "libmatroska"; 6 - version = "1.6.3"; 5 + version = "1.7.1"; 7 6 8 7 src = fetchFromGitHub { 9 8 owner = "Matroska-Org"; 10 9 repo = "libmatroska"; 11 10 rev = "release-${version}"; 12 - sha256 = "01dg12ndxfdqgjx5v2qy4mff6xjdxglywyg82sr3if5aw6rp3dji"; 11 + sha256 = "sha256-hfu3Q1lIyMlWFWUM2Pu70Hie0rlQmua7Kq8kSIWnfHE="; 13 12 }; 14 - 15 - # in master post 1.6.3, see https://github.com/Matroska-Org/libmatroska/issues/62 16 - patches = [ 17 - (fetchpatch { 18 - name = "fix-pkg-config.patch"; 19 - url = "https://github.com/Matroska-Org/libmatroska/commit/53f6ea573878621871bca5f089220229fcb33a3b.patch"; 20 - sha256 = "1lcxl3n32kk5x4aa4ja7p68km7qb2bwscavpv7qdmbhp3w5ia0mk"; 21 - }) 22 - ]; 23 13 24 14 nativeBuildInputs = [ cmake pkg-config ]; 25 15
+1 -1
pkgs/development/libraries/openldap/default.nix
··· 43 43 libsodium 44 44 libtool 45 45 openssl 46 - libxcrypt 47 46 ] ++ lib.optionals (stdenv.isLinux) [ 47 + libxcrypt # causes linking issues on *-darwin 48 48 systemdMinimal 49 49 ]; 50 50
+42 -6
pkgs/development/libraries/rnnoise-plugin/default.nix
··· 1 - { lib, stdenv, SDL2, fetchFromGitHub, cmake }: 2 - 1 + { lib 2 + , stdenv 3 + , cmake 4 + , fetchFromGitHub 5 + , freetype 6 + , gtk3-x11 7 + , mount 8 + , pcre 9 + , pkg-config 10 + , webkitgtk 11 + , xorg 12 + , llvmPackages 13 + , WebKit 14 + , MetalKit 15 + , CoreAudioKit 16 + , simd 17 + }: 3 18 stdenv.mkDerivation rec { 4 19 pname = "rnnoise-plugin"; 5 - version = "0.91"; 20 + version = "1.03"; 6 21 7 22 src = fetchFromGitHub { 8 23 owner = "werman"; 9 24 repo = "noise-suppression-for-voice"; 10 25 rev = "v${version}"; 11 - sha256 = "11pwisbcks7g0mdgcrrv49v3ci1l6m26bbb7f67xz4pr1hai5dwc"; 26 + sha256 = "sha256-1DgrpGYF7G5Zr9vbgtKm/Yv0HSdI7LrFYPSGKYNnNDQ="; 12 27 }; 13 28 14 - nativeBuildInputs = [ cmake ]; 29 + nativeBuildInputs = [ cmake pkg-config ]; 30 + 31 + patches = lib.optionals stdenv.isDarwin [ 32 + # Ubsan seems to be broken on aarch64-darwin, it produces linker errors similar to https://github.com/NixOS/nixpkgs/issues/140751 33 + ./disable-ubsan.patch 34 + ]; 35 + 36 + buildInputs = 37 + [ 38 + freetype 39 + gtk3-x11 40 + pcre 41 + xorg.libX11 42 + xorg.libXrandr 43 + ] ++ lib.optionals stdenv.isLinux [ 44 + webkitgtk 45 + ] ++ lib.optionals stdenv.isDarwin [ 46 + WebKit 47 + MetalKit 48 + CoreAudioKit 49 + simd 50 + ]; 15 51 16 52 cmakeFlags = [ "-DCMAKE_BUILD_TYPE=Release" ]; 17 53 ··· 56 20 homepage = "https://github.com/werman/noise-suppression-for-voice"; 57 21 license = licenses.gpl3; 58 22 platforms = platforms.all; 59 - maintainers = with maintainers; [ panaeon henrikolsson ]; 23 + maintainers = with maintainers; [ panaeon henrikolsson sciencentistguy ]; 60 24 }; 61 25 }
+14
pkgs/development/libraries/rnnoise-plugin/disable-ubsan.patch
··· 1 + diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt 2 + index 4c2300e..273d76e 100644 3 + --- a/src/common/CMakeLists.txt 4 + +++ b/src/common/CMakeLists.txt 5 + @@ -33,8 +33,6 @@ if (BUILD_TESTS) 6 + $<BUILD_INTERFACE:${CMAKE_SOURCE_DIR}/external/catch2> 7 + $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>) 8 + target_link_libraries(common_plugin_tests PRIVATE ${LIBRARIES}) 9 + - target_compile_options(common_plugin_tests PRIVATE -fsanitize=undefined) 10 + - target_link_options(common_plugin_tests PRIVATE -fsanitize=undefined) 11 + 12 + include(CTest) 13 + include(Catch) 14 +
+4 -2
pkgs/development/ocaml-modules/graphql_ppx/default.nix
··· 1 1 { lib, buildDunePackage, fetchFromGitHub, alcotest, reason 2 + , result 2 3 , ppxlib 3 4 , yojson }: 4 5 5 6 buildDunePackage rec { 6 7 pname = "graphql_ppx"; 7 8 version = "1.2.2"; 9 + 10 + duneVersion = "3"; 8 11 9 12 minimalOCamlVersion = "4.08"; 10 13 ··· 22 19 23 20 propagatedBuildInputs = [ 24 21 reason 22 + result 25 23 yojson 26 24 ]; 27 25 28 26 checkInputs = [ alcotest ]; 29 27 30 28 doCheck = true; 31 - 32 - useDune2 = true; 33 29 34 30 meta = { 35 31 homepage = "https://github.com/reasonml-community/graphql_ppx";
+36
pkgs/development/ocaml-modules/tezos-bls12-381-polynomial/default.nix
··· 1 + { 2 + lib, 3 + fetchFromGitLab, 4 + buildDunePackage, 5 + bls12-381, 6 + data-encoding, 7 + alcotest, 8 + alcotest-lwt, 9 + bisect_ppx, 10 + qcheck-alcotest, 11 + }: 12 + 13 + buildDunePackage rec { 14 + pname = "tezos-bls12-381-polynomial"; 15 + version = "0.1.2"; 16 + duneVersion = "3"; 17 + src = fetchFromGitLab { 18 + owner = "nomadic-labs/cryptography"; 19 + repo = "privacy-team"; 20 + rev = "v${version}"; 21 + sha256 = "sha256-HVeKZCPBRJWQXkcI2J7Fl4qGviYLD5x+4W4pAY/W4jA="; 22 + }; 23 + 24 + propagatedBuildInputs = [bls12-381 data-encoding]; 25 + 26 + checkInputs = [alcotest alcotest-lwt bisect_ppx qcheck-alcotest]; 27 + 28 + doCheck = false; # circular dependencies 29 + 30 + meta = { 31 + description = "Polynomials over BLS12-381 finite field"; 32 + license = lib.licenses.mit; 33 + homepage = "https://gitlab.com/nomadic-labs/privacy-team"; 34 + maintainers = [lib.maintainers.ulrikstrid]; 35 + }; 36 + }
+40
pkgs/development/ocaml-modules/tezos-bls12-381-polynomial/plompiler.nix
··· 1 + { lib 2 + , buildDunePackage 3 + , hacl-star 4 + , bls12-381 5 + , tezos-bls12-381-polynomial 6 + , data-encoding 7 + , hex 8 + , stdint 9 + , ff 10 + , mec 11 + , alcotest 12 + , qcheck-alcotest 13 + , bisect_ppx 14 + }: 15 + 16 + buildDunePackage rec { 17 + pname = "tezos-plompiler"; 18 + duneVersion = "3"; 19 + 20 + inherit (tezos-bls12-381-polynomial) version src; 21 + 22 + propagatedBuildInputs = [ 23 + hacl-star 24 + bls12-381 25 + tezos-bls12-381-polynomial 26 + data-encoding 27 + hex 28 + stdint 29 + ff 30 + mec 31 + ]; 32 + 33 + checkInputs = [ alcotest qcheck-alcotest bisect_ppx ]; 34 + 35 + doCheck = false; # circular deps 36 + 37 + meta = tezos-bls12-381-polynomial.meta // { 38 + description = "Library to write arithmetic circuits for Plonk"; 39 + }; 40 + }
+35
pkgs/development/ocaml-modules/tezos-bls12-381-polynomial/plonk.nix
··· 1 + { 2 + lib, 3 + buildDunePackage, 4 + hacl-star, 5 + bls12-381, 6 + tezos-bls12-381-polynomial, 7 + data-encoding, 8 + tezos-plompiler, 9 + alcotest, 10 + qcheck-alcotest, 11 + bisect_ppx, 12 + }: 13 + 14 + buildDunePackage rec { 15 + pname = "tezos-plonk"; 16 + duneVersion = "3"; 17 + 18 + inherit (tezos-bls12-381-polynomial) version src; 19 + 20 + propagatedBuildInputs = [ 21 + hacl-star 22 + bls12-381 23 + tezos-bls12-381-polynomial 24 + data-encoding 25 + tezos-plompiler 26 + ]; 27 + 28 + checkInputs = [ alcotest qcheck-alcotest bisect_ppx ]; 29 + 30 + doCheck = false; # broken 31 + 32 + meta = tezos-bls12-381-polynomial.meta // { 33 + description = "Plonk zero-knowledge proving system"; 34 + }; 35 + }
+2 -2
pkgs/development/python-modules/async-upnp-client/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "async-upnp-client"; 17 - version = "0.31.2"; 17 + version = "0.32.0"; 18 18 format = "setuptools"; 19 19 20 20 disabled = pythonOlder "3.7"; ··· 23 23 owner = "StevenLooman"; 24 24 repo = "async_upnp_client"; 25 25 rev = version; 26 - sha256 = "sha256-/8gSx1oe2ljBGIPddzBLXuH3LiuHpUXi4/vO7stm5FY="; 26 + sha256 = "sha256-pVeVn2Z+onRjG3bIeRl5dXoNPwAWtarV56PL/CQOQUA="; 27 27 }; 28 28 29 29 propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/devolo-plc-api/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "devolo-plc-api"; 18 - version = "0.8.0"; 18 + version = "0.8.1"; 19 19 format = "setuptools"; 20 20 21 21 disabled = pythonOlder "3.8"; ··· 24 24 owner = "2Fake"; 25 25 repo = "devolo_plc_api"; 26 26 rev = "v${version}"; 27 - sha256 = "sha256-LMwvIwbP/nRFby295ur6QTgyXLLJ8ip30V9bti27qKQ="; 27 + sha256 = "sha256-Gjs4x52LwCsE0zAJjLO1N0w5r1jDJkZoVY1JVZB8bmE="; 28 28 }; 29 29 30 30 SETUPTOOLS_SCM_PRETEND_VERSION = version;
+12 -3
pkgs/development/python-modules/google-cloud-datastore/default.nix
··· 9 9 , pytestCheckHook 10 10 , pytest-asyncio 11 11 , google-cloud-testutils 12 + , pythonOlder 12 13 }: 13 14 14 15 buildPythonPackage rec { 15 16 pname = "google-cloud-datastore"; 16 - version = "2.8.3"; 17 + version = "2.9.0"; 18 + format = "setuptools"; 19 + 20 + disabled = pythonOlder "3.7"; 17 21 18 22 src = fetchPypi { 19 23 inherit pname version; 20 - sha256 = "sha256-JtSY/mQ7BAatBiq9XCO9O0x6nnyPpECnlSYNq9brxp8="; 24 + hash = "sha256-8/gmeLpdheW7M9nhM0uTlxrpeRcODSgLVOVKPj9O870="; 21 25 }; 22 26 23 27 propagatedBuildInputs = [ 24 28 google-api-core 25 29 google-cloud-core 26 - libcst 27 30 proto-plus 28 31 ]; 32 + 33 + passthru.optional-dependencies = { 34 + libcst = [ 35 + libcst 36 + ]; 37 + }; 29 38 30 39 checkInputs = [ 31 40 google-cloud-testutils
+10 -5
pkgs/development/python-modules/httpagentparser/default.nix
··· 1 1 { lib 2 2 , buildPythonPackage 3 3 , fetchPypi 4 + , pythonOlder 4 5 }: 5 6 6 7 buildPythonPackage rec { 7 8 pname = "httpagentparser"; 8 - version = "1.9.3"; 9 + version = "1.9.5"; 10 + format = "setuptools"; 9 11 10 - # Github version does not have any release tags 12 + disabled = pythonOlder "3.7"; 13 + 11 14 src = fetchPypi { 12 15 inherit pname version; 13 - sha256 = "1x20j4gyx4vfsxs3bx8qcbdhq7n34gjr8gd01qlri96wpmn4c3rp"; 16 + hash = "sha256-U879nWWZD2/lnAN4ytjqG53493DS6L2dh2LtrgM76Ao="; 14 17 }; 15 18 16 19 # PyPi version does not include test directory 17 20 doCheck = false; 18 21 19 - pythonImportsCheck = [ "httpagentparser" ]; 22 + pythonImportsCheck = [ 23 + "httpagentparser" 24 + ]; 20 25 21 26 meta = with lib; { 27 + description = "Module to extract OS, Browser, etc. information from http user agent string"; 22 28 homepage = "https://github.com/shon/httpagentparser"; 23 - description = "Extracts OS Browser etc information from http user agent string"; 24 29 license = licenses.mit; 25 30 maintainers = with maintainers; [ gador ]; 26 31 };
+3 -3
pkgs/development/python-modules/jupyter-repo2docker/default.nix
··· 17 17 }: 18 18 19 19 buildPythonPackage rec { 20 - version = "2022.02.0"; 21 20 pname = "jupyter-repo2docker"; 21 + version = "2022.10.0"; 22 22 format = "setuptools"; 23 23 24 24 disabled = pythonOlder "3.6"; ··· 26 26 src = fetchFromGitHub { 27 27 owner = "jupyterhub"; 28 28 repo = "repo2docker"; 29 - rev = version; 30 - sha256 = "sha256-L7jUaGRea5HJnb/SX2K2qfvtFwkq9jfhrpvsu+LHH3M="; 29 + rev = "refs/tags/${version}"; 30 + hash = "sha256-n1Yhl3QC1YqdsCl6pI5NjzTiSEs6NrGq9jwT0uyS/p0="; 31 31 }; 32 32 33 33 propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/jupyterlab_server/default.nix
··· 19 19 20 20 buildPythonPackage rec { 21 21 pname = "jupyterlab_server"; 22 - version = "2.16.0"; 22 + version = "2.16.1"; 23 23 format = "pyproject"; 24 24 25 25 disabled = pythonOlder "3.7"; 26 26 27 27 src = fetchPypi { 28 28 inherit pname version; 29 - hash = "sha256-0bo0LPfoQ+yyw6Pf4z3hS4Nd+Xiqe0Ecqt3/lacr0so="; 29 + hash = "sha256-/g3lWP87tEejLiQJmqfhdET9vIwI9tvAFxyxoK44LT8="; 30 30 }; 31 31 32 32 nativeBuildInputs = [
+2 -2
pkgs/development/python-modules/launchpadlib/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "launchpadlib"; 18 - version = "1.10.16"; 18 + version = "1.10.17"; 19 19 20 20 src = fetchPypi { 21 21 inherit pname version; 22 - sha256 = "0df4b13936f988afd0ee485f40fa6922eab783b48c38ca0108cb73c8788fca80"; 22 + sha256 = "sha256-QoyxsxkJmt/anZ3dfQk3Zn4dRgkOxcgA6aIkFf8asYg="; 23 23 }; 24 24 25 25 propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/lazr-restfulclient/default.nix
··· 16 16 17 17 buildPythonPackage rec { 18 18 pname = "lazr.restfulclient"; 19 - version = "0.14.4"; 19 + version = "0.14.5"; 20 20 21 21 disabled = isPy27; # namespace is broken for python2 22 22 23 23 src = fetchPypi { 24 24 inherit pname version; 25 - sha256 = "bf0fd6b2749b3a2d02711f854c9d23704756f7afed21fb5d5b9809d72aa6d087"; 25 + sha256 = "sha256-B1FxfH502xmH6adzNXB9TX2XzwSxrQiYuCLxIzPWiHw="; 26 26 }; 27 27 28 28 propagatedBuildInputs = [ distro httplib2 oauthlib setuptools six wadllib ];
+11 -6
pkgs/development/python-modules/mne-python/default.nix
··· 15 15 , pooch 16 16 , tqdm 17 17 , setuptools 18 + , pythonOlder 18 19 }: 19 20 20 21 buildPythonPackage rec { 21 22 pname = "mne-python"; 22 - version = "1.2.0"; 23 + version = "1.2.1"; 24 + format = "setuptools"; 23 25 24 - # PyPI dist insufficient to run tests 26 + disabled = pythonOlder "3.7"; 27 + 25 28 src = fetchFromGitHub { 26 29 owner = "mne-tools"; 27 30 repo = pname; 28 31 rev = "refs/tags/v${version}"; 29 - sha256 = "sha256-IqZYkPomS/AjZrPDZapPaZ1jhtrzAvi5MOd9rYrSdKo="; 32 + hash = "sha256-PAgePQGf4pO+cciIk718Wlk0OEw4ltrhCdWRyDZzFh0="; 30 33 }; 31 34 32 35 propagatedBuildInputs = [ ··· 58 55 export MNE_SKIP_NETWORK_TESTS=1 59 56 ''; 60 57 61 - # all tests pass, but Pytest hangs afterwards - probably some thread hasn't terminated 58 + # All tests pass, but Pytest hangs afterwards - probably some thread hasn't terminated 62 59 doCheck = false; 63 60 64 - pythonImportsCheck = [ "mne" ]; 61 + pythonImportsCheck = [ 62 + "mne" 63 + ]; 65 64 66 65 meta = with lib; { 67 - homepage = "https://mne.tools"; 68 66 description = "Magnetoencephelography and electroencephalography in Python"; 67 + homepage = "https://mne.tools"; 69 68 license = licenses.bsd3; 70 69 maintainers = with maintainers; [ bcdarwin ]; 71 70 };
+2 -2
pkgs/development/python-modules/mypy-boto3-s3/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "mypy-boto3-s3"; 11 - version = "1.24.76"; 11 + version = "1.24.94"; 12 12 format = "setuptools"; 13 13 14 14 disabled = pythonOlder "3.6"; 15 15 16 16 src = fetchPypi { 17 17 inherit pname version; 18 - hash = "sha256-ciU2L9bw2JS1IWFf4SSVWFb/jx7NrlN1rCCzNL60rZw="; 18 + hash = "sha256-CQffewwDqMFY19CPyzwlVQXvyog0ciRCWo/Gh+RZb6E="; 19 19 }; 20 20 21 21 propagatedBuildInputs = [
+24 -6
pkgs/development/python-modules/patiencediff/default.nix
··· 1 - { lib, buildPythonPackage, fetchPypi }: 1 + { lib 2 + , buildPythonPackage 3 + , fetchFromGitHub 4 + , pytestCheckHook 5 + , pythonOlder 6 + }: 2 7 3 8 buildPythonPackage rec { 4 9 pname = "patiencediff"; 5 - version = "0.2.3"; 10 + version = "0.2.6"; 11 + format = "setuptools"; 6 12 7 - src = fetchPypi { 8 - inherit pname version; 9 - sha256 = "sha256-ATyTGFDomGUY8e53krBJzVgab7ked73fbIIwp63+tzI="; 13 + disabled = pythonOlder "3.7"; 14 + 15 + src = fetchFromGitHub { 16 + owner = "breezy-team"; 17 + repo = pname; 18 + rev = "v${version}"; 19 + hash = "sha256-oJOsqZ9XCbYHJ7VEbDpC9wquCkvfj05M0nerlV5jL7w="; 10 20 }; 21 + 22 + checkInputs = [ 23 + pytestCheckHook 24 + ]; 25 + 26 + pythonImportsCheck = [ 27 + "patiencediff" 28 + ]; 11 29 12 30 meta = with lib; { 13 31 description = "C implementation of patiencediff algorithm for Python"; 14 32 homepage = "https://github.com/breezy-team/patiencediff"; 15 33 license = licenses.gpl2Plus; 16 - maintainers = [ maintainers.wildsebastian ]; 34 + maintainers = with maintainers; [ wildsebastian ]; 17 35 }; 18 36 }
+2 -2
pkgs/development/python-modules/pex/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "pex"; 10 - version = "2.1.110"; 10 + version = "2.1.111"; 11 11 format = "flit"; 12 12 13 13 disabled = pythonOlder "3.7"; 14 14 15 15 src = fetchPypi { 16 16 inherit pname version; 17 - hash = "sha256-MYHUTxVc5lh1JnOw10trB6nBiIIExm9cxeHRyKwVzhU="; 17 + hash = "sha256-C7ihItw9tRXzaaD3WBZT2HnifnZS///pAODmxmp/sVw="; 18 18 }; 19 19 20 20 nativeBuildInputs = [
+13 -3
pkgs/development/python-modules/portalocker/default.nix
··· 1 - { lib, buildPythonPackage, fetchPypi 1 + { lib 2 + , buildPythonPackage 3 + , fetchPypi 2 4 , pytestCheckHook 3 5 , pytest-mypy 6 + , pythonOlder 4 7 , redis 5 8 }: 6 9 7 10 buildPythonPackage rec { 8 - version = "2.5.1"; 9 11 pname = "portalocker"; 12 + version = "2.6.0"; 13 + format = "setuptools"; 14 + 15 + disabled = pythonOlder "3.7"; 10 16 11 17 src = fetchPypi { 12 18 inherit pname version; 13 - sha256 = "sha256-ro6cwmYNoEv0H6Gg7vfjALteSlhprfsabYVRYytVmys="; 19 + hash = "sha256-lk9oMPtCp0tdMrzpntN9gwjB19RN3xjz3Yn0aA3pezk="; 14 20 }; 15 21 16 22 propagatedBuildInputs = [ ··· 30 24 31 25 disabledTests = [ 32 26 "test_combined" # no longer compatible with setuptools>=58 27 + ]; 28 + 29 + pythonImportsCheck = [ 30 + "portalocker" 33 31 ]; 34 32 35 33 meta = with lib; {
+2 -2
pkgs/development/python-modules/pulumi-aws/default.nix
··· 12 12 buildPythonPackage rec { 13 13 pname = "pulumi-aws"; 14 14 # Version is independant of pulumi's. 15 - version = "5.17.0"; 15 + version = "5.18.0"; 16 16 format = "setuptools"; 17 17 18 18 disabled = pythonOlder "3.7"; ··· 21 21 owner = "pulumi"; 22 22 repo = "pulumi-aws"; 23 23 rev = "refs/tags/v${version}"; 24 - hash = "sha256-xqlQwVqjzqQ0cBNcAlS/R0Ut3aA6umEjogRnlSMHdro="; 24 + hash = "sha256-IHvmiX5drRm4PNY+N5VZ7OjsH5xIswr/G7AREN1XYtM="; 25 25 }; 26 26 27 27 sourceRoot = "${src.name}/sdk/python";
+2 -2
pkgs/development/python-modules/pyatmo/default.nix
··· 16 16 17 17 buildPythonPackage rec { 18 18 pname = "pyatmo"; 19 - version = "7.1.1"; 19 + version = "7.2.0"; 20 20 format = "pyproject"; 21 21 22 22 disabled = pythonOlder "3.8"; ··· 25 25 owner = "jabesq"; 26 26 repo = "pyatmo"; 27 27 rev = "refs/tags/v${version}"; 28 - sha256 = "sha256-qFF2uhaaw2hz5jH/xeLiNlyvFgx17P+WmujnoF9qcqo="; 28 + sha256 = "sha256-5RlYTgxWm6BM/V2+1IF/rje5dNirN7PJs0eSiYeOpOQ="; 29 29 }; 30 30 31 31 SETUPTOOLS_SCM_PRETEND_VERSION = version;
+39
pkgs/development/python-modules/python-fullykiosk/default.nix
··· 1 + { lib 2 + , aiohttp 3 + , buildPythonPackage 4 + , fetchFromGitHub 5 + , pythonOlder 6 + }: 7 + 8 + buildPythonPackage rec { 9 + pname = "python-fullykiosk"; 10 + version = "0.0.11"; 11 + format = "setuptools"; 12 + 13 + disabled = pythonOlder "3.7"; 14 + 15 + src = fetchFromGitHub { 16 + owner = "cgarwood"; 17 + repo = pname; 18 + rev = "refs/tags/${version}"; 19 + sha256 = "sha256-Fndf9OOy3JLVTzHwfRzYrF/Khuhf9BMT6I+ze375p70="; 20 + }; 21 + 22 + propagatedBuildInputs = [ 23 + aiohttp 24 + ]; 25 + 26 + # Module has no tests 27 + doCheck = false; 28 + 29 + pythonImportsCheck = [ 30 + "fullykiosk" 31 + ]; 32 + 33 + meta = with lib; { 34 + description = "Wrapper for Fully Kiosk Browser REST interface"; 35 + homepage = "https://github.com/cgarwood/python-fullykiosk"; 36 + license = with licenses; [ asl20 ]; 37 + maintainers = with maintainers; [ fab ]; 38 + }; 39 + }
+2 -2
pkgs/development/python-modules/twilio/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "twilio"; 17 - version = "7.14.2"; 17 + version = "7.15.0"; 18 18 format = "setuptools"; 19 19 20 20 disabled = pythonOlder "3.6"; ··· 23 23 owner = "twilio"; 24 24 repo = "twilio-python"; 25 25 rev = "refs/tags/${version}"; 26 - hash = "sha256-lamP7ltKLizwPGX1063bZ90M89oPmXVSogi3HNksvHE="; 26 + hash = "sha256-raRrEK1Ub5yV4T2onZj+Y+pmtm09z3KxGmtqK6TnlSk="; 27 27 }; 28 28 29 29 propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/types-setuptools/default.nix
··· 5 5 6 6 buildPythonPackage rec { 7 7 pname = "types-setuptools"; 8 - version = "65.5.0.0"; 8 + version = "65.5.0.1"; 9 9 format = "setuptools"; 10 10 11 11 src = fetchPypi { 12 12 inherit pname version; 13 - sha256 = "sha256-Izi8gJySVXnDu1ZWp31XE+r+UeOE3Kynsz9wuOnQKIU="; 13 + sha256 = "sha256-Wylwgcjx+9mSzYswWpftlu5v/HZekRUSQClZfdELinE="; 14 14 }; 15 15 16 16 # Module doesn't have tests
+2 -2
pkgs/development/tools/bundletool/default.nix
··· 2 2 3 3 stdenvNoCC.mkDerivation rec { 4 4 pname = "bundletool"; 5 - version = "1.11.2"; 5 + version = "1.12.1"; 6 6 7 7 src = fetchurl { 8 8 url = "https://github.com/google/bundletool/releases/download/${version}/bundletool-all-${version}.jar"; 9 - sha256 = "sha256-MCZW642cjuC0XQ0MXnLlyQEJft3z1gaZaXYD1qIiffg="; 9 + sha256 = "sha256-yn8Nz2f0UffzTrI+g1MoDpOYj7frq6/US86auYkcs3I="; 10 10 }; 11 11 12 12 dontUnpack = true;
+2 -2
pkgs/development/tools/esbuild/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "esbuild"; 5 - version = "0.15.11"; 5 + version = "0.15.12"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "evanw"; 9 9 repo = "esbuild"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-QgK1+cUW3ntPnzopYTGrIEzGvsQwzBwwryw5MXHX2+c="; 11 + sha256 = "sha256-NyujxnBi55wMmLW488gmimcywfeO6WWAnx/y0KqhR7o="; 12 12 }; 13 13 14 14 vendorSha256 = "sha256-+BfxCyg0KkDQpHt/wycy/8CTG6YBA/VJvJFhhzUnSiQ=";
+3 -1
pkgs/servers/home-assistant/component-packages.nix
··· 1028 1028 afsapi 1029 1029 ]; 1030 1030 "fully_kiosk" = ps: with ps; [ 1031 - ]; # missing inputs: python-fullykiosk 1031 + python-fullykiosk 1032 + ]; 1032 1033 "futurenow" = ps: with ps; [ 1033 1034 pyfnip 1034 1035 ]; ··· 3802 3801 "fritzbox_callmonitor" 3803 3802 "fronius" 3804 3803 "frontend" 3804 + "fully_kiosk" 3805 3805 "garages_amsterdam" 3806 3806 "gdacs" 3807 3807 "generic"
+5
pkgs/servers/mail/dovecot/default.nix
··· 63 63 url = "https://github.com/dovecot/core/compare/7bad6a24%5E..a1022072.patch"; 64 64 hash = "sha256-aSyRcQreyA9j8QwkODHqPpRuS3vzouVatEWCqhh+r+8="; 65 65 }) 66 + # fix openssl 3.0 compatibility 67 + (fetchpatch { 68 + url = "https://salsa.debian.org/debian/dovecot/-/raw/debian/1%252.3.19.1+dfsg1-2/debian/patches/Support-openssl-3.0.patch"; 69 + hash = "sha256-PbBB1jIY3jIC8Js1NY93zkV0gISGUq7Nc67Ul5tN7sw="; 70 + }) 66 71 ]; 67 72 68 73 configureFlags = [
+36
pkgs/servers/mail/opensmtpd/filter-dkimsign/default.nix
··· 1 + { lib 2 + , stdenv 3 + , fetchurl 4 + , libopensmtpd 5 + , openssl 6 + , mandoc 7 + }: 8 + stdenv.mkDerivation rec { 9 + pname = "opensmtpd-filter-dkimsign"; 10 + version = "0.6"; 11 + 12 + src = fetchurl { 13 + url = "https://imperialat.at/releases/filter-dkimsign-${version}.tar.gz"; 14 + hash = "sha256-O18NtAuSNg82uKnUx+R4h3e1IBSElTrFWBBkr2AYNsM="; 15 + }; 16 + 17 + patches = [ ./no-chown-while-installing.patch ]; 18 + 19 + buildInputs = [ libopensmtpd openssl ]; 20 + 21 + nativeBuildInputs = [ mandoc ]; 22 + 23 + makeFlags = [ 24 + "-f Makefile.gnu" 25 + "HAVE_ED25519=1" 26 + "DESTDIR=$(out)" 27 + "LOCALBASE=" 28 + ]; 29 + 30 + meta = with lib; { 31 + description = "OpenSMTPD filter for DKIM signing"; 32 + homepage = "http://imperialat.at/dev/filter-dkimsign/"; 33 + license = licenses.isc; 34 + maintainers = with maintainers; [ malvo ]; 35 + }; 36 + }
+24
pkgs/servers/mail/opensmtpd/filter-dkimsign/no-chown-while-installing.patch
··· 1 + diff --git a/Makefile.gnu b/Makefile.gnu 2 + index 1f97bd2..807b692 100644 3 + --- a/Makefile.gnu 4 + +++ b/Makefile.gnu 5 + @@ -46,11 +46,7 @@ NEED_PLEDGE?= 1 6 + 7 + MANFORMAT?= mangz 8 + 9 + -BINOWN?= root 10 + -BINGRP?= root 11 + BINPERM?= 755 12 + -MANOWN?= root 13 + -MANGRP?= root 14 + MANPERM?= 644 15 + 16 + ifeq (${MANFORMAT}, mangz) 17 + @@ -115,5 +111,5 @@ clean: 18 + 19 + .PHONY: install 20 + install: ${PROG} 21 + - ${INSTALL} -D -o ${BINOWN} -g ${BINGRP} -m ${BINPERM} ${PROG} ${DESTDIR}${BINDIR}/${PROG} 22 + - ${INSTALL} -D -o ${MANOWN} -g ${MANGRP} -m ${MANPERM} ${TARGET_MAN} ${DESTDIR}${MANDIR}/${TARGET_MAN} 23 + + ${INSTALL} -D -m ${BINPERM} ${PROG} ${DESTDIR}${BINDIR}/${PROG} 24 + + ${INSTALL} -D -m ${MANPERM} ${TARGET_MAN} ${DESTDIR}${MANDIR}/${TARGET_MAN}
+34
pkgs/servers/mail/opensmtpd/libopensmtpd/default.nix
··· 1 + { lib 2 + , stdenv 3 + , fetchurl 4 + , libevent 5 + , mandoc 6 + }: 7 + stdenv.mkDerivation rec { 8 + pname = "libopensmtpd"; 9 + version = "0.7"; 10 + 11 + src = fetchurl { 12 + url = "https://imperialat.at/releases/libopensmtpd-${version}.tar.gz"; 13 + hash = "sha256-zdbV4RpwY/kmXaQ6QjCcZGVUuLaLA5gsqEctvisIphM="; 14 + }; 15 + 16 + patches = [ ./no-chown-while-installing.patch ]; 17 + 18 + buildInputs = [ libevent ]; 19 + 20 + nativeBuildInputs = [ mandoc ]; 21 + 22 + makeFlags = [ 23 + "-f Makefile.gnu" 24 + "DESTDIR=$(out)" 25 + "LOCALBASE=" 26 + ]; 27 + 28 + meta = with lib; { 29 + description = "Library for creating OpenSMTPD filters"; 30 + homepage = "http://imperialat.at/dev/libopensmtpd/"; 31 + license = licenses.isc; 32 + maintainers = with maintainers; [ malvo ]; 33 + }; 34 + }
+38
pkgs/servers/mail/opensmtpd/libopensmtpd/no-chown-while-installing.patch
··· 1 + diff --git a/Makefile.gnu b/Makefile.gnu 2 + index b4bcaef..981721c 100644 3 + --- a/Makefile.gnu 4 + +++ b/Makefile.gnu 5 + @@ -27,7 +27,7 @@ SYMBOL_LIST= ${CURDIR}/Symbols.list 6 + includes: 7 + @cd ${CURDIR}; for i in ${HDRS}; do \ 8 + j="cmp -s $$i ${DESTDIR}${LOCALBASE}/include/$$i || \ 9 + - ${INSTALL} -D -o ${BINOWN} -g ${BINGRP} -m 444 $$i\ 10 + + ${INSTALL} -D -m 444 $$i\ 11 + ${DESTDIR}${LOCALBASE}/include/$$i"; \ 12 + echo $$j; \ 13 + eval "$$j"; \ 14 + @@ -52,11 +52,7 @@ MANFORMAT?= mangz 15 + INSTALL?= install 16 + LINK?= ln 17 + 18 + -BINOWN?= root 19 + -BINGRP?= root 20 + LIBPERM?= 755 21 + -MANOWN?= root 22 + -MANGRP?= root 23 + MANPERM?= 644 24 + 25 + include ${CURDIR}/shlib_version 26 + @@ -138,10 +134,10 @@ all: ${TARGET_LIB} ${TARGET_MAN} 27 + 28 + .PHONY: install 29 + install: includes ${TARGET_LIB} ${TARGET_MAN} 30 + - ${INSTALL} -D -o ${BINOWN} -g ${BINGRP} -m ${LIBPERM} ${TARGET_LIB} ${DESTDIR}${LIBDIR}/${TARGET_LIB} 31 + + ${INSTALL} -D -m ${LIBPERM} ${TARGET_LIB} ${DESTDIR}${LIBDIR}/${TARGET_LIB} 32 + ${LINK} -s ${TARGET_LIB} ${DESTDIR}${LIBDIR}/${SONAME_LIB} 33 + ${LINK} -s ${TARGET_LIB} ${DESTDIR}${LIBDIR}/${BASE_LIB} 34 + - ${INSTALL} -D -o ${MANOWN} -g ${MANGRP} -m ${MANPERM} ${TARGET_MAN} ${DESTDIR}${MANDIR}/${TARGET_MAN} 35 + + ${INSTALL} -D -m ${MANPERM} ${TARGET_MAN} ${DESTDIR}${MANDIR}/${TARGET_MAN} 36 + 37 + CLEANFILES+= *.o ${TARGET_LIB} 38 +
+8 -12
pkgs/servers/matrix-synapse/default.nix
··· 1 - { lib, stdenv, python3, openssl, rustPlatform 1 + { lib, stdenv, fetchFromGitHub, python3, openssl, rustPlatform 2 2 , enableSystemd ? stdenv.isLinux, nixosTests 3 3 , enableRedis ? true 4 4 , callPackage ··· 11 11 with python3.pkgs; 12 12 buildPythonApplication rec { 13 13 pname = "matrix-synapse"; 14 - version = "1.68.0"; 14 + version = "1.69.0"; 15 15 format = "pyproject"; 16 16 17 - src = fetchPypi { 18 - inherit pname version; 19 - hash = "sha256-jQcprvKEbLuLWth0aWeh5mi/v8z83GIrjCsm3JdJcUM="; 17 + src = fetchFromGitHub { 18 + owner = "matrix-org"; 19 + repo = "synapse"; 20 + rev = "v${version}"; 21 + hash = "sha256-Epzvxy3w8Xdj8xz8GEry97J7zGudIgjUH51NcibKDvQ="; 20 22 }; 21 23 22 24 cargoDeps = rustPlatform.fetchCargoTarball { 23 25 inherit src; 24 26 name = "${pname}-${version}"; 25 - hash = "sha256-k8iAYRgFCuv6QYAUW5kSEwFSEXVNAEGpPya7biS1Vlo="; 27 + hash = "sha256-RJq4mdPtnAR45rAycGDSSuvZwkJPOiqFBp+8mnBTKvU="; 26 28 }; 27 - 28 - postPatch = '' 29 - # Remove setuptools_rust from runtime dependencies 30 - # https://github.com/matrix-org/synapse/blob/v1.68.0/pyproject.toml#L177-L185 31 - sed -i '/^setuptools_rust =/d' pyproject.toml 32 - ''; 33 29 34 30 nativeBuildInputs = [ 35 31 poetry-core
+2 -2
pkgs/servers/monitoring/nagios/plugins/check_ssl_cert.nix
··· 10 10 11 11 stdenv.mkDerivation rec { 12 12 pname = "check_ssl_cert"; 13 - version = "2.52.0"; 13 + version = "2.53.0"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "matteocorti"; 17 17 repo = "check_ssl_cert"; 18 18 rev = "v${version}"; 19 - hash = "sha256-rYOcbfKWFZN2kFY8H6jf5PXFH/VvXieL2ddvSdFCVPs="; 19 + hash = "sha256-Pj2g4eZqeIWV5kb2N9cnVwV0ZASOQflZD3sChhzPbfM="; 20 20 }; 21 21 22 22 nativeBuildInputs = [
+5 -7
pkgs/tools/misc/ddcutil/default.nix
··· 1 1 { lib 2 2 , stdenv 3 - , fetchFromGitHub 3 + , fetchurl 4 4 , autoreconfHook 5 5 , pkg-config 6 6 , glib ··· 15 15 16 16 stdenv.mkDerivation rec { 17 17 pname = "ddcutil"; 18 - version = "1.3.0"; 18 + version = "1.3.2"; 19 19 20 - src = fetchFromGitHub { 21 - owner = "rockowitz"; 22 - repo = "ddcutil"; 23 - rev = "v${version}"; 24 - sha256 = "sha256-Di/feEQOHNhU3y/HwXQoOnu+gPQYP2Oedf1CPt8gHJ0="; 20 + src = fetchurl { 21 + url = "http://www.ddcutil.com/tarballs/${pname}-${version}.tar.gz"; 22 + sha256 = "sha256-vZI7OquGjZ0koArdOWKkfFtfRzCvtXm8lGFCUklloEI="; 25 23 }; 26 24 27 25 nativeBuildInputs = [ autoreconfHook pkg-config ];
+3 -3
pkgs/tools/misc/goreleaser/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "goreleaser"; 5 - version = "1.12.1"; 5 + version = "1.12.2"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "goreleaser"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-OObwteXfUPezJRIN01jOWzDWHEdkmkubBBk7W1LdrUU="; 11 + sha256 = "sha256-64oivUXAPP0Wo4CYt82Xs/yVhvuiyWVEurZrporCyJw="; 12 12 }; 13 13 14 - vendorSha256 = "sha256-EFBoqHiu1KZ0+16LwysMsqZAUMJSPerKKM2ydlUfKMA="; 14 + vendorSha256 = "sha256-DJwHLitsyHJmZ8FhVAoLTI6HwoHPFAAv8RYmhMwh1Bg="; 15 15 16 16 ldflags = [ 17 17 "-s"
-921
pkgs/tools/misc/topgrade/darwin-cargo-lock.patch
··· 1 - diff --git a/Cargo.lock b/Cargo.lock 2 - index d91d01a..bade540 100644 3 - --- a/Cargo.lock 4 - +++ b/Cargo.lock 5 - @@ -14,7 +14,7 @@ version = "0.7.6" 6 - source = "registry+https://github.com/rust-lang/crates.io-index" 7 - checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47" 8 - dependencies = [ 9 - - "getrandom", 10 - + "getrandom 0.2.6", 11 - "once_cell", 12 - "version_check", 13 - ] 14 - @@ -35,41 +35,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" 15 - checksum = "08f9b8508dccb7687a1d6c4ce66b2b0ecef467c94667de27d8d7fe1f8d2a9cdc" 16 - 17 - [[package]] 18 - -name = "async-broadcast" 19 - -version = "0.4.0" 20 - +name = "arrayref" 21 - +version = "0.3.6" 22 - source = "registry+https://github.com/rust-lang/crates.io-index" 23 - -checksum = "1bbd92a9bd0e9c1298118ecf8a2f825e86b12c3ec9e411573e34aaf3a0c03cdd" 24 - -dependencies = [ 25 - - "easy-parallel", 26 - - "event-listener", 27 - - "futures-core", 28 - - "parking_lot", 29 - -] 30 - +checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544" 31 - 32 - [[package]] 33 - -name = "async-channel" 34 - -version = "1.6.1" 35 - +name = "arrayvec" 36 - +version = "0.5.2" 37 - source = "registry+https://github.com/rust-lang/crates.io-index" 38 - -checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319" 39 - -dependencies = [ 40 - - "concurrent-queue", 41 - - "event-listener", 42 - - "futures-core", 43 - -] 44 - - 45 - -[[package]] 46 - -name = "async-executor" 47 - -version = "1.4.1" 48 - -source = "registry+https://github.com/rust-lang/crates.io-index" 49 - -checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965" 50 - -dependencies = [ 51 - - "async-task", 52 - - "concurrent-queue", 53 - - "fastrand", 54 - - "futures-lite", 55 - - "once_cell", 56 - - "slab", 57 - -] 58 - +checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b" 59 - 60 - [[package]] 61 - name = "async-io" 62 - @@ -90,43 +65,6 @@ dependencies = [ 63 - "winapi", 64 - ] 65 - 66 - -[[package]] 67 - -name = "async-lock" 68 - -version = "2.5.0" 69 - -source = "registry+https://github.com/rust-lang/crates.io-index" 70 - -checksum = "e97a171d191782fba31bb902b14ad94e24a68145032b7eedf871ab0bc0d077b6" 71 - -dependencies = [ 72 - - "event-listener", 73 - -] 74 - - 75 - -[[package]] 76 - -name = "async-recursion" 77 - -version = "0.3.2" 78 - -source = "registry+https://github.com/rust-lang/crates.io-index" 79 - -checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2" 80 - -dependencies = [ 81 - - "proc-macro2", 82 - - "quote", 83 - - "syn", 84 - -] 85 - - 86 - -[[package]] 87 - -name = "async-task" 88 - -version = "4.2.0" 89 - -source = "registry+https://github.com/rust-lang/crates.io-index" 90 - -checksum = "30696a84d817107fc028e049980e09d5e140e8da8f1caeb17e8e950658a3cea9" 91 - - 92 - -[[package]] 93 - -name = "async-trait" 94 - -version = "0.1.53" 95 - -source = "registry+https://github.com/rust-lang/crates.io-index" 96 - -checksum = "ed6aa3524a2dfcf9fe180c51eae2b58738348d819517ceadf95789c51fff7600" 97 - -dependencies = [ 98 - - "proc-macro2", 99 - - "quote", 100 - - "syn", 101 - -] 102 - - 103 - [[package]] 104 - name = "atty" 105 - version = "0.2.14" 106 - @@ -156,6 +94,17 @@ version = "1.3.2" 107 - source = "registry+https://github.com/rust-lang/crates.io-index" 108 - checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 109 - 110 - +[[package]] 111 - +name = "blake2b_simd" 112 - +version = "0.5.11" 113 - +source = "registry+https://github.com/rust-lang/crates.io-index" 114 - +checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587" 115 - +dependencies = [ 116 - + "arrayref", 117 - + "arrayvec", 118 - + "constant_time_eq", 119 - +] 120 - + 121 - [[package]] 122 - name = "block" 123 - version = "0.1.6" 124 - @@ -192,6 +141,12 @@ version = "1.0.73" 125 - source = "registry+https://github.com/rust-lang/crates.io-index" 126 - checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11" 127 - 128 - +[[package]] 129 - +name = "cfg-if" 130 - +version = "0.1.10" 131 - +source = "registry+https://github.com/rust-lang/crates.io-index" 132 - +checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" 133 - + 134 - [[package]] 135 - name = "cfg-if" 136 - version = "1.0.0" 137 - @@ -274,13 +229,19 @@ dependencies = [ 138 - "winapi", 139 - ] 140 - 141 - +[[package]] 142 - +name = "constant_time_eq" 143 - +version = "0.1.5" 144 - +source = "registry+https://github.com/rust-lang/crates.io-index" 145 - +checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" 146 - + 147 - [[package]] 148 - name = "crc32fast" 149 - version = "1.3.2" 150 - source = "registry+https://github.com/rust-lang/crates.io-index" 151 - checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" 152 - dependencies = [ 153 - - "cfg-if", 154 - + "cfg-if 1.0.0", 155 - ] 156 - 157 - [[package]] 158 - @@ -289,7 +250,7 @@ version = "0.8.8" 159 - source = "registry+https://github.com/rust-lang/crates.io-index" 160 - checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38" 161 - dependencies = [ 162 - - "cfg-if", 163 - + "cfg-if 1.0.0", 164 - "lazy_static", 165 - ] 166 - 167 - @@ -313,13 +274,24 @@ dependencies = [ 168 - "dirs-sys", 169 - ] 170 - 171 - +[[package]] 172 - +name = "dirs" 173 - +version = "1.0.5" 174 - +source = "registry+https://github.com/rust-lang/crates.io-index" 175 - +checksum = "3fd78930633bd1c6e35c4b42b1df7b0cbc6bc191146e512bb3bedf243fcc3901" 176 - +dependencies = [ 177 - + "libc", 178 - + "redox_users 0.3.5", 179 - + "winapi", 180 - +] 181 - + 182 - [[package]] 183 - name = "dirs-next" 184 - version = "2.0.0" 185 - source = "registry+https://github.com/rust-lang/crates.io-index" 186 - checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" 187 - dependencies = [ 188 - - "cfg-if", 189 - + "cfg-if 1.0.0", 190 - "dirs-sys-next", 191 - ] 192 - 193 - @@ -330,7 +302,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" 194 - checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6" 195 - dependencies = [ 196 - "libc", 197 - - "redox_users", 198 - + "redox_users 0.4.3", 199 - "winapi", 200 - ] 201 - 202 - @@ -341,7 +313,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" 203 - checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" 204 - dependencies = [ 205 - "libc", 206 - - "redox_users", 207 - + "redox_users 0.4.3", 208 - "winapi", 209 - ] 210 - 211 - @@ -351,12 +323,6 @@ version = "0.3.0" 212 - source = "registry+https://github.com/rust-lang/crates.io-index" 213 - checksum = "0688c2a7f92e427f44895cd63841bff7b29f8d7a1648b9e7e07a4a365b2e1257" 214 - 215 - -[[package]] 216 - -name = "easy-parallel" 217 - -version = "3.2.0" 218 - -source = "registry+https://github.com/rust-lang/crates.io-index" 219 - -checksum = "6907e25393cdcc1f4f3f513d9aac1e840eb1cc341a0fccb01171f7d14d10b946" 220 - - 221 - [[package]] 222 - name = "either" 223 - version = "1.6.1" 224 - @@ -375,14 +341,14 @@ version = "0.8.31" 225 - source = "registry+https://github.com/rust-lang/crates.io-index" 226 - checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b" 227 - dependencies = [ 228 - - "cfg-if", 229 - + "cfg-if 1.0.0", 230 - ] 231 - 232 - [[package]] 233 - name = "enumflags2" 234 - -version = "0.7.5" 235 - +version = "0.6.4" 236 - source = "registry+https://github.com/rust-lang/crates.io-index" 237 - -checksum = "e75d4cd21b95383444831539909fbb14b9dc3fdceb2a6f5d36577329a1f55ccb" 238 - +checksum = "83c8d82922337cd23a15f88b70d8e4ef5f11da38dd7cdb55e84dd5de99695da0" 239 - dependencies = [ 240 - "enumflags2_derive", 241 - "serde", 242 - @@ -390,9 +356,9 @@ dependencies = [ 243 - 244 - [[package]] 245 - name = "enumflags2_derive" 246 - -version = "0.7.4" 247 - +version = "0.6.4" 248 - source = "registry+https://github.com/rust-lang/crates.io-index" 249 - -checksum = "f58dc3c5e468259f19f2d46304a6b28f1c3d034442e14b322d2b850e36f6d5ae" 250 - +checksum = "946ee94e3dbf58fdd324f9ce245c7b238d46a66f00e86a020b71996349e46cce" 251 - dependencies = [ 252 - "proc-macro2", 253 - "quote", 254 - @@ -412,12 +378,6 @@ dependencies = [ 255 - "termcolor", 256 - ] 257 - 258 - -[[package]] 259 - -name = "event-listener" 260 - -version = "2.5.2" 261 - -source = "registry+https://github.com/rust-lang/crates.io-index" 262 - -checksum = "77f3309417938f28bf8228fcff79a4a37103981e3e186d2ccd19c74b38f4eb71" 263 - - 264 - [[package]] 265 - name = "fastrand" 266 - version = "1.7.0" 267 - @@ -433,9 +393,9 @@ version = "0.2.16" 268 - source = "registry+https://github.com/rust-lang/crates.io-index" 269 - checksum = "c0408e2626025178a6a7f7ffc05a25bc47103229f19c113755de7bf63816290c" 270 - dependencies = [ 271 - - "cfg-if", 272 - + "cfg-if 1.0.0", 273 - "libc", 274 - - "redox_syscall", 275 - + "redox_syscall 0.2.13", 276 - "winapi", 277 - ] 278 - 279 - @@ -445,7 +405,7 @@ version = "1.0.23" 280 - source = "registry+https://github.com/rust-lang/crates.io-index" 281 - checksum = "b39522e96686d38f4bc984b9198e3a0613264abaebaff2c5c918bfa6b6da09af" 282 - dependencies = [ 283 - - "cfg-if", 284 - + "cfg-if 1.0.0", 285 - "crc32fast", 286 - "libc", 287 - "miniz_oxide", 288 - @@ -467,12 +427,6 @@ dependencies = [ 289 - "percent-encoding", 290 - ] 291 - 292 - -[[package]] 293 - -name = "fuchsia-cprng" 294 - -version = "0.1.1" 295 - -source = "registry+https://github.com/rust-lang/crates.io-index" 296 - -checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" 297 - - 298 - [[package]] 299 - name = "futures" 300 - version = "0.3.21" 301 - @@ -577,13 +531,24 @@ dependencies = [ 302 - "slab", 303 - ] 304 - 305 - +[[package]] 306 - +name = "getrandom" 307 - +version = "0.1.16" 308 - +source = "registry+https://github.com/rust-lang/crates.io-index" 309 - +checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" 310 - +dependencies = [ 311 - + "cfg-if 1.0.0", 312 - + "libc", 313 - + "wasi 0.9.0+wasi-snapshot-preview1", 314 - +] 315 - + 316 - [[package]] 317 - name = "getrandom" 318 - version = "0.2.6" 319 - source = "registry+https://github.com/rust-lang/crates.io-index" 320 - checksum = "9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e4205ad" 321 - dependencies = [ 322 - - "cfg-if", 323 - + "cfg-if 1.0.0", 324 - "libc", 325 - "wasi 0.10.0+wasi-snapshot-preview1", 326 - ] 327 - @@ -652,12 +617,6 @@ dependencies = [ 328 - "libc", 329 - ] 330 - 331 - -[[package]] 332 - -name = "hex" 333 - -version = "0.4.3" 334 - -source = "registry+https://github.com/rust-lang/crates.io-index" 335 - -checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 336 - - 337 - [[package]] 338 - name = "http" 339 - version = "0.2.7" 340 - @@ -777,7 +736,7 @@ version = "0.1.12" 341 - source = "registry+https://github.com/rust-lang/crates.io-index" 342 - checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 343 - dependencies = [ 344 - - "cfg-if", 345 - + "cfg-if 1.0.0", 346 - ] 347 - 348 - [[package]] 349 - @@ -813,36 +772,25 @@ version = "0.2.125" 350 - source = "registry+https://github.com/rust-lang/crates.io-index" 351 - checksum = "5916d2ae698f6de9bfb891ad7a8d65c09d232dc58cc4ac433c7da3b2fd84bc2b" 352 - 353 - -[[package]] 354 - -name = "lock_api" 355 - -version = "0.4.7" 356 - -source = "registry+https://github.com/rust-lang/crates.io-index" 357 - -checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53" 358 - -dependencies = [ 359 - - "autocfg", 360 - - "scopeguard", 361 - -] 362 - - 363 - [[package]] 364 - name = "log" 365 - version = "0.4.17" 366 - source = "registry+https://github.com/rust-lang/crates.io-index" 367 - checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 368 - dependencies = [ 369 - - "cfg-if", 370 - + "cfg-if 1.0.0", 371 - ] 372 - 373 - [[package]] 374 - name = "mac-notification-sys" 375 - -version = "0.5.0" 376 - +version = "0.3.0" 377 - source = "registry+https://github.com/rust-lang/crates.io-index" 378 - -checksum = "297c13fc8ff9fa8b2d0e53850f80e0aa962628e865d447031ce58cdb062e5b29" 379 - +checksum = "3dfb6b71a9a89cd38b395d994214297447e8e63b1ba5708a9a2b0b1048ceda76" 380 - dependencies = [ 381 - "cc", 382 - - "dirs-next", 383 - + "chrono", 384 - + "dirs", 385 - "objc-foundation", 386 - - "objc_id", 387 - - "time 0.3.9", 388 - ] 389 - 390 - [[package]] 391 - @@ -902,17 +850,27 @@ dependencies = [ 392 - "windows-sys", 393 - ] 394 - 395 - +[[package]] 396 - +name = "nb-connect" 397 - +version = "1.2.0" 398 - +source = "registry+https://github.com/rust-lang/crates.io-index" 399 - +checksum = "b1bb540dc6ef51cfe1916ec038ce7a620daf3a111e2502d745197cd53d6bca15" 400 - +dependencies = [ 401 - + "libc", 402 - + "socket2", 403 - +] 404 - + 405 - [[package]] 406 - name = "nix" 407 - -version = "0.23.1" 408 - +version = "0.17.0" 409 - source = "registry+https://github.com/rust-lang/crates.io-index" 410 - -checksum = "9f866317acbd3a240710c63f065ffb1e4fd466259045ccb504130b7f668f35c6" 411 - +checksum = "50e4785f2c3b7589a0d0c1dd60285e1188adac4006e8abd6dd578e1567027363" 412 - dependencies = [ 413 - "bitflags", 414 - "cc", 415 - - "cfg-if", 416 - + "cfg-if 0.1.10", 417 - "libc", 418 - - "memoffset", 419 - + "void", 420 - ] 421 - 422 - [[package]] 423 - @@ -922,16 +880,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" 424 - checksum = "8f17df307904acd05aa8e32e97bb20f2a0df1728bbc2d771ae8f9a90463441e9" 425 - dependencies = [ 426 - "bitflags", 427 - - "cfg-if", 428 - + "cfg-if 1.0.0", 429 - "libc", 430 - "memoffset", 431 - ] 432 - 433 - [[package]] 434 - name = "notify-rust" 435 - -version = "4.5.8" 436 - +version = "4.5.5" 437 - source = "registry+https://github.com/rust-lang/crates.io-index" 438 - -checksum = "a995a3d2834cefa389218e7a35156e8ce544bc95f836900da01ee0b26a07e9d4" 439 - +checksum = "ca6ebab865e67efdd7182a88d76cadbdd2a8d02d1c7a4e16bb7c234016a12cac" 440 - dependencies = [ 441 - "mac-notification-sys", 442 - "serde", 443 - @@ -1030,16 +988,6 @@ dependencies = [ 444 - "hashbrown 0.12.1", 445 - ] 446 - 447 - -[[package]] 448 - -name = "ordered-stream" 449 - -version = "0.0.1" 450 - -source = "registry+https://github.com/rust-lang/crates.io-index" 451 - -checksum = "44630c059eacfd6e08bdaa51b1db2ce33119caa4ddc1235e923109aa5f25ccb1" 452 - -dependencies = [ 453 - - "futures-core", 454 - - "pin-project-lite", 455 - -] 456 - - 457 - [[package]] 458 - name = "os_str_bytes" 459 - version = "6.0.1" 460 - @@ -1052,31 +1000,6 @@ version = "2.0.0" 461 - source = "registry+https://github.com/rust-lang/crates.io-index" 462 - checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72" 463 - 464 - -[[package]] 465 - -name = "parking_lot" 466 - -version = "0.11.2" 467 - -source = "registry+https://github.com/rust-lang/crates.io-index" 468 - -checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" 469 - -dependencies = [ 470 - - "instant", 471 - - "lock_api", 472 - - "parking_lot_core", 473 - -] 474 - - 475 - -[[package]] 476 - -name = "parking_lot_core" 477 - -version = "0.8.5" 478 - -source = "registry+https://github.com/rust-lang/crates.io-index" 479 - -checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216" 480 - -dependencies = [ 481 - - "cfg-if", 482 - - "instant", 483 - - "libc", 484 - - "redox_syscall", 485 - - "smallvec", 486 - - "winapi", 487 - -] 488 - - 489 - [[package]] 490 - name = "parselnk" 491 - version = "0.1.1" 492 - @@ -1114,19 +1037,13 @@ version = "2.2.0" 493 - source = "registry+https://github.com/rust-lang/crates.io-index" 494 - checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259" 495 - dependencies = [ 496 - - "cfg-if", 497 - + "cfg-if 1.0.0", 498 - "libc", 499 - "log", 500 - "wepoll-ffi", 501 - "winapi", 502 - ] 503 - 504 - -[[package]] 505 - -name = "ppv-lite86" 506 - -version = "0.2.16" 507 - -source = "registry+https://github.com/rust-lang/crates.io-index" 508 - -checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872" 509 - - 510 - [[package]] 511 - name = "pretty_env_logger" 512 - version = "0.4.0" 513 - @@ -1137,6 +1054,15 @@ dependencies = [ 514 - "log", 515 - ] 516 - 517 - +[[package]] 518 - +name = "proc-macro-crate" 519 - +version = "0.1.5" 520 - +source = "registry+https://github.com/rust-lang/crates.io-index" 521 - +checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785" 522 - +dependencies = [ 523 - + "toml", 524 - +] 525 - + 526 - [[package]] 527 - name = "proc-macro-crate" 528 - version = "1.1.3" 529 - @@ -1205,79 +1131,29 @@ dependencies = [ 530 - ] 531 - 532 - [[package]] 533 - -name = "rand" 534 - -version = "0.4.6" 535 - -source = "registry+https://github.com/rust-lang/crates.io-index" 536 - -checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293" 537 - -dependencies = [ 538 - - "fuchsia-cprng", 539 - - "libc", 540 - - "rand_core 0.3.1", 541 - - "rdrand", 542 - - "winapi", 543 - -] 544 - - 545 - -[[package]] 546 - -name = "rand" 547 - -version = "0.8.5" 548 - -source = "registry+https://github.com/rust-lang/crates.io-index" 549 - -checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 550 - -dependencies = [ 551 - - "libc", 552 - - "rand_chacha", 553 - - "rand_core 0.6.3", 554 - -] 555 - - 556 - -[[package]] 557 - -name = "rand_chacha" 558 - -version = "0.3.1" 559 - -source = "registry+https://github.com/rust-lang/crates.io-index" 560 - -checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 561 - -dependencies = [ 562 - - "ppv-lite86", 563 - - "rand_core 0.6.3", 564 - -] 565 - - 566 - -[[package]] 567 - -name = "rand_core" 568 - -version = "0.3.1" 569 - -source = "registry+https://github.com/rust-lang/crates.io-index" 570 - -checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" 571 - -dependencies = [ 572 - - "rand_core 0.4.2", 573 - -] 574 - - 575 - -[[package]] 576 - -name = "rand_core" 577 - -version = "0.4.2" 578 - +name = "redox_syscall" 579 - +version = "0.1.57" 580 - source = "registry+https://github.com/rust-lang/crates.io-index" 581 - -checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc" 582 - +checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce" 583 - 584 - [[package]] 585 - -name = "rand_core" 586 - -version = "0.6.3" 587 - -source = "registry+https://github.com/rust-lang/crates.io-index" 588 - -checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7" 589 - -dependencies = [ 590 - - "getrandom", 591 - -] 592 - - 593 - -[[package]] 594 - -name = "rdrand" 595 - -version = "0.4.0" 596 - +name = "redox_syscall" 597 - +version = "0.2.13" 598 - source = "registry+https://github.com/rust-lang/crates.io-index" 599 - -checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" 600 - +checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42" 601 - dependencies = [ 602 - - "rand_core 0.3.1", 603 - + "bitflags", 604 - ] 605 - 606 - [[package]] 607 - -name = "redox_syscall" 608 - -version = "0.2.13" 609 - +name = "redox_users" 610 - +version = "0.3.5" 611 - source = "registry+https://github.com/rust-lang/crates.io-index" 612 - -checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42" 613 - +checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d" 614 - dependencies = [ 615 - - "bitflags", 616 - + "getrandom 0.1.16", 617 - + "redox_syscall 0.1.57", 618 - + "rust-argon2", 619 - ] 620 - 621 - [[package]] 622 - @@ -1286,8 +1162,8 @@ version = "0.4.3" 623 - source = "registry+https://github.com/rust-lang/crates.io-index" 624 - checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" 625 - dependencies = [ 626 - - "getrandom", 627 - - "redox_syscall", 628 - + "getrandom 0.2.6", 629 - + "redox_syscall 0.2.13", 630 - "thiserror", 631 - ] 632 - 633 - @@ -1370,13 +1246,25 @@ dependencies = [ 634 - "winapi", 635 - ] 636 - 637 - +[[package]] 638 - +name = "rust-argon2" 639 - +version = "0.8.3" 640 - +source = "registry+https://github.com/rust-lang/crates.io-index" 641 - +checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb" 642 - +dependencies = [ 643 - + "base64", 644 - + "blake2b_simd", 645 - + "constant_time_eq", 646 - + "crossbeam-utils", 647 - +] 648 - + 649 - [[package]] 650 - name = "rust-ini" 651 - version = "0.18.0" 652 - source = "registry+https://github.com/rust-lang/crates.io-index" 653 - checksum = "f6d5f2436026b4f6e79dc829837d467cc7e9a55ee40e750d716713540715a2df" 654 - dependencies = [ 655 - - "cfg-if", 656 - + "cfg-if 1.0.0", 657 - "ordered-multimap", 658 - ] 659 - 660 - @@ -1423,10 +1311,10 @@ dependencies = [ 661 - ] 662 - 663 - [[package]] 664 - -name = "scopeguard" 665 - -version = "1.1.0" 666 - +name = "scoped-tls" 667 - +version = "1.0.0" 668 - source = "registry+https://github.com/rust-lang/crates.io-index" 669 - -checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 670 - +checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2" 671 - 672 - [[package]] 673 - name = "sct" 674 - @@ -1519,21 +1407,6 @@ dependencies = [ 675 - "serde", 676 - ] 677 - 678 - -[[package]] 679 - -name = "sha1" 680 - -version = "0.6.1" 681 - -source = "registry+https://github.com/rust-lang/crates.io-index" 682 - -checksum = "c1da05c97445caa12d05e848c4a4fcbbea29e748ac28f7e80e9b010392063770" 683 - -dependencies = [ 684 - - "sha1_smol", 685 - -] 686 - - 687 - -[[package]] 688 - -name = "sha1_smol" 689 - -version = "1.0.0" 690 - -source = "registry+https://github.com/rust-lang/crates.io-index" 691 - -checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012" 692 - - 693 - [[package]] 694 - name = "shellexpand" 695 - version = "2.1.0" 696 - @@ -1558,12 +1431,6 @@ version = "0.4.6" 697 - source = "registry+https://github.com/rust-lang/crates.io-index" 698 - checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32" 699 - 700 - -[[package]] 701 - -name = "smallvec" 702 - -version = "1.8.0" 703 - -source = "registry+https://github.com/rust-lang/crates.io-index" 704 - -checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83" 705 - - 706 - [[package]] 707 - name = "socket2" 708 - version = "0.4.4" 709 - @@ -1667,26 +1534,16 @@ dependencies = [ 710 - "xattr", 711 - ] 712 - 713 - -[[package]] 714 - -name = "tempdir" 715 - -version = "0.3.7" 716 - -source = "registry+https://github.com/rust-lang/crates.io-index" 717 - -checksum = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8" 718 - -dependencies = [ 719 - - "rand 0.4.6", 720 - - "remove_dir_all", 721 - -] 722 - - 723 - [[package]] 724 - name = "tempfile" 725 - version = "3.3.0" 726 - source = "registry+https://github.com/rust-lang/crates.io-index" 727 - checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4" 728 - dependencies = [ 729 - - "cfg-if", 730 - + "cfg-if 1.0.0", 731 - "fastrand", 732 - "libc", 733 - - "redox_syscall", 734 - + "redox_syscall 0.2.13", 735 - "remove_dir_all", 736 - "winapi", 737 - ] 738 - @@ -1837,7 +1694,7 @@ name = "topgrade" 739 - version = "9.0.1" 740 - dependencies = [ 741 - "anyhow", 742 - - "cfg-if", 743 - + "cfg-if 1.0.0", 744 - "chrono", 745 - "clap", 746 - "console", 747 - @@ -1879,7 +1736,7 @@ version = "0.1.34" 748 - source = "registry+https://github.com/rust-lang/crates.io-index" 749 - checksum = "5d0ecdcb44a79f0fe9844f0c4f33a342cbcbb5117de8001e6ba0dc2351327d09" 750 - dependencies = [ 751 - - "cfg-if", 752 - + "cfg-if 1.0.0", 753 - "pin-project-lite", 754 - "tracing-attributes", 755 - "tracing-core", 756 - @@ -1911,16 +1768,6 @@ version = "0.2.3" 757 - source = "registry+https://github.com/rust-lang/crates.io-index" 758 - checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" 759 - 760 - -[[package]] 761 - -name = "uds_windows" 762 - -version = "1.0.1" 763 - -source = "registry+https://github.com/rust-lang/crates.io-index" 764 - -checksum = "486992108df0fe0160680af1941fe856c521be931d5a5ecccefe0de86dc47e4a" 765 - -dependencies = [ 766 - - "tempdir", 767 - - "winapi", 768 - -] 769 - - 770 - [[package]] 771 - name = "unicode-bidi" 772 - version = "0.3.8" 773 - @@ -1978,6 +1825,12 @@ version = "0.9.4" 774 - source = "registry+https://github.com/rust-lang/crates.io-index" 775 - checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 776 - 777 - +[[package]] 778 - +name = "void" 779 - +version = "1.0.2" 780 - +source = "registry+https://github.com/rust-lang/crates.io-index" 781 - +checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" 782 - + 783 - [[package]] 784 - name = "waker-fn" 785 - version = "1.1.0" 786 - @@ -2005,6 +1858,12 @@ dependencies = [ 787 - "try-lock", 788 - ] 789 - 790 - +[[package]] 791 - +name = "wasi" 792 - +version = "0.9.0+wasi-snapshot-preview1" 793 - +source = "registry+https://github.com/rust-lang/crates.io-index" 794 - +checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" 795 - + 796 - [[package]] 797 - name = "wasi" 798 - version = "0.10.0+wasi-snapshot-preview1" 799 - @@ -2023,7 +1882,7 @@ version = "0.2.80" 800 - source = "registry+https://github.com/rust-lang/crates.io-index" 801 - checksum = "27370197c907c55e3f1a9fbe26f44e937fe6451368324e009cba39e139dc08ad" 802 - dependencies = [ 803 - - "cfg-if", 804 - + "cfg-if 1.0.0", 805 - "wasm-bindgen-macro", 806 - ] 807 - 808 - @@ -2048,7 +1907,7 @@ version = "0.4.30" 809 - source = "registry+https://github.com/rust-lang/crates.io-index" 810 - checksum = "6f741de44b75e14c35df886aff5f1eb73aa114fa5d4d00dcd37b5e01259bf3b2" 811 - dependencies = [ 812 - - "cfg-if", 813 - + "cfg-if 1.0.0", 814 - "js-sys", 815 - "wasm-bindgen", 816 - "web-sys", 817 - @@ -2285,66 +2144,39 @@ checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3" 818 - 819 - [[package]] 820 - name = "zbus" 821 - -version = "2.2.0" 822 - +version = "1.9.1" 823 - source = "registry+https://github.com/rust-lang/crates.io-index" 824 - -checksum = "53819092b9db813b2c6168b097b4b13ad284d81c9f2b0165a0a1b190e505a1f3" 825 - +checksum = "2326acc379a3ac4e34b794089f5bdb17086bf29a5fdf619b7b4cc772dc2e9dad" 826 - dependencies = [ 827 - - "async-broadcast", 828 - - "async-channel", 829 - - "async-executor", 830 - "async-io", 831 - - "async-lock", 832 - - "async-recursion", 833 - - "async-task", 834 - - "async-trait", 835 - "byteorder", 836 - "derivative", 837 - "enumflags2", 838 - - "event-listener", 839 - - "futures-core", 840 - - "futures-sink", 841 - - "futures-util", 842 - - "hex", 843 - - "lazy_static", 844 - - "nix 0.23.1", 845 - + "fastrand", 846 - + "futures", 847 - + "nb-connect", 848 - + "nix 0.17.0", 849 - "once_cell", 850 - - "ordered-stream", 851 - - "rand 0.8.5", 852 - + "polling", 853 - + "scoped-tls", 854 - "serde", 855 - "serde_repr", 856 - - "sha1", 857 - - "static_assertions", 858 - - "uds_windows", 859 - - "winapi", 860 - "zbus_macros", 861 - - "zbus_names", 862 - "zvariant", 863 - ] 864 - 865 - [[package]] 866 - name = "zbus_macros" 867 - -version = "2.2.0" 868 - +version = "1.9.1" 869 - source = "registry+https://github.com/rust-lang/crates.io-index" 870 - -checksum = "c7174ebe6722c280d6d132d694bb5664ce50a788cb70eeb518e7fc1ca095a114" 871 - +checksum = "a482c56029e48681b89b92b5db3c446db0915e8dd1052c0328a574eda38d5f93" 872 - dependencies = [ 873 - - "proc-macro-crate", 874 - + "proc-macro-crate 0.1.5", 875 - "proc-macro2", 876 - "quote", 877 - - "regex", 878 - "syn", 879 - ] 880 - 881 - -[[package]] 882 - -name = "zbus_names" 883 - -version = "2.1.0" 884 - -source = "registry+https://github.com/rust-lang/crates.io-index" 885 - -checksum = "45dfcdcf87b71dad505d30cc27b1b7b88a64b6d1c435648f48f9dbc1fdc4b7e1" 886 - -dependencies = [ 887 - - "serde", 888 - - "static_assertions", 889 - - "zvariant", 890 - -] 891 - - 892 - [[package]] 893 - name = "zip" 894 - version = "0.6.2" 895 - @@ -2360,9 +2192,9 @@ dependencies = [ 896 - 897 - [[package]] 898 - name = "zvariant" 899 - -version = "3.2.1" 900 - +version = "2.10.0" 901 - source = "registry+https://github.com/rust-lang/crates.io-index" 902 - -checksum = "cbd1abd8bc2c855412b9c8af9fc11c0d695c73c732ad5a1a1be10f3fd4bf19b2" 903 - +checksum = "a68c7b55f2074489b7e8e07d2d0a6ee6b4f233867a653c664d8020ba53692525" 904 - dependencies = [ 905 - "byteorder", 906 - "enumflags2", 907 - @@ -2374,11 +2206,11 @@ dependencies = [ 908 - 909 - [[package]] 910 - name = "zvariant_derive" 911 - -version = "3.2.1" 912 - +version = "2.10.0" 913 - source = "registry+https://github.com/rust-lang/crates.io-index" 914 - -checksum = "abebd57382dfacf3e7bbdd7b7c3d162d6ed0687a78f046263ddef4ddabc275ae" 915 - +checksum = "e4ca5e22593eb4212382d60d26350065bf2a02c34b85bc850474a74b589a3de9" 916 - dependencies = [ 917 - - "proc-macro-crate", 918 - + "proc-macro-crate 1.1.3", 919 - "proc-macro2", 920 - "quote", 921 - "syn",
+12 -9
pkgs/tools/misc/topgrade/default.nix
··· 2 2 , lib 3 3 , fetchFromGitHub 4 4 , rustPlatform 5 + , AppKit 5 6 , Cocoa 6 7 , Foundation 7 8 , installShellFiles ··· 10 9 11 10 rustPlatform.buildRustPackage rec { 12 11 pname = "topgrade"; 13 - version = "9.0.1"; 12 + version = "9.1.1"; 14 13 15 14 src = fetchFromGitHub { 16 - owner = "r-darwish"; 17 - repo = pname; 15 + owner = "topgrade-rs"; 16 + repo = "topgrade"; 18 17 rev = "v${version}"; 19 - sha256 = "sha256-9zP+rWhaK4fC2Qhd0oq9WVvCkvryooYo09k7016Rbxw="; 18 + sha256 = "sha256-0WI05bfnCKjsUJJyurnouVE/wkCJZ+6DStQMPBNI+Bs="; 20 19 }; 21 20 22 - cargoPatches = [ ./darwin-cargo-lock.patch ]; 23 - cargoSha256 = "sha256-rkcEF/INNVn9K4p0/1M++l6lnjtZp1Srx57gkaqcKek="; 24 - 25 - buildInputs = lib.optionals stdenv.isDarwin [ Cocoa Foundation ]; 21 + cargoSha256 = "sha256-EVnH1YT5ivuBhhd54sho/1x4ZPhrdrWjE40FGL9HXRc="; 26 22 27 23 nativeBuildInputs = [ installShellFiles ]; 28 24 25 + buildInputs = lib.optionals stdenv.isDarwin [ AppKit Cocoa Foundation ]; 26 + 27 + NIX_CFLAGS_COMPILE = lib.optionals stdenv.isDarwin [ "-framework" "AppKit" ]; 28 + 29 29 postInstall = '' 30 + ln -rs $out/bin/topgrade-rs $out/bin/topgrade 30 31 installManPage topgrade.8 31 32 ''; 32 33 33 34 meta = with lib; { 34 35 description = "Upgrade all the things"; 35 - homepage = "https://github.com/r-darwish/topgrade"; 36 + homepage = "https://github.com/topgrade-rs/topgrade"; 36 37 license = licenses.gpl3Only; 37 38 maintainers = with maintainers; [ SuperSandro2000 xyenon ]; 38 39 };
+2 -2
pkgs/tools/networking/dnsproxy/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "dnsproxy"; 5 - version = "0.46.0"; 5 + version = "0.46.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "AdguardTeam"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-2Oa94dOvvNyrm0CA8rjVPo4smkGpK6yTQFRewNvHYdY="; 11 + sha256 = "sha256-MTnxKw1aH1DfUNCf3Rcrb93ShAsQ3/pJTpYB3LAu894="; 12 12 }; 13 13 14 14 vendorSha256 = null;
+3 -3
pkgs/tools/package-management/nfpm/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "nfpm"; 5 - version = "2.19.2"; 5 + version = "2.20.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "goreleaser"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-SCa60HOLs8+uxVmFs73UmUjS4j9v2XmKas+SLmM1xTI="; 11 + sha256 = "sha256-yNSwJBN8ZgZHH62/Z8Tkg8e29Ee0mF4YwCFm+xXXsTU="; 12 12 }; 13 13 14 - vendorSha256 = "sha256-+Aq54AAZ4094xZpTEOD63mHSff3Cm0oOQneJjGTe0To="; 14 + vendorSha256 = "sha256-gepSzWqmG2nxej/D748w19fpt2sUGLThj9J57hOnBnw="; 15 15 16 16 ldflags = [ "-s" "-w" "-X main.version=${version}" ]; 17 17
+3 -3
pkgs/tools/security/cloudfox/default.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "cloudfox"; 8 - version = "1.7.2"; 8 + version = "1.8.1"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "BishopFox"; 12 12 repo = pname; 13 13 rev = "v${version}"; 14 - hash = "sha256-QntRCiY6le3gCuWoNT27WD/p4huxjCDFb24Sj/8luMs="; 14 + hash = "sha256-eWo5l3yFEW7ztyYvN1zGGOhCzkJW7rUqaQ+2BPB7BWY="; 15 15 }; 16 16 17 - vendorSha256 = "sha256-89VQ7RH2TTYME+fH1S0KHAIfUYXV6Oi72kz70JVBXTs="; 17 + vendorSha256 = "sha256-ATHQUvUBDZh06LtWLAA1UyHU1c4LME0z/FsygQQJQy8="; 18 18 19 19 # Some tests are failing because of wrong filename/path 20 20 doCheck = false;
+10 -1
pkgs/tools/security/dirstalk/default.nix
··· 1 1 { lib 2 2 , buildGoModule 3 3 , fetchFromGitHub 4 + , fetchpatch 4 5 }: 5 6 6 7 buildGoModule rec { ··· 15 14 hash = "sha256-gSMkTGzMDI+scG3FQ0u0liUDL4qOPPW2UWLlAQcmmaA="; 16 15 }; 17 16 18 - vendorHash = "sha256-nesKIaMMuN71LpvX8nOm7hDecgGjnx3tmsinrJg4GpQ="; 17 + patches = [ 18 + # update dependencies to fix darwin build - remove in next release 19 + (fetchpatch { 20 + url = "https://github.com/stefanoj3/dirstalk/commit/79aef14c5c048f3a3a8374f42c7a0d52fc9f7b50.patch"; 21 + sha256 = "sha256-2rSrMowfYdKV69Yg2QBzam3WOwGrSHQB+3uVi1Z2oJ8="; 22 + }) 23 + ]; 24 + 25 + vendorHash = "sha256-XY4vIh5de0tp4KPXTpzTm7/2bDisTjCsojLzxVDf4Jw="; 19 26 20 27 subPackages = "cmd/dirstalk"; 21 28
+3 -3
pkgs/tools/security/terrascan/default.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "terrascan"; 8 - version = "1.15.2"; 8 + version = "1.16.0"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "accurics"; 12 12 repo = pname; 13 13 rev = "v${version}"; 14 - sha256 = "sha256-lxieqHOmkazkBnwfKLVYy0TE7rfrKcLBENeABdmWpXI="; 14 + sha256 = "sha256-J54x3t3tgo5CUnYEhduOGw23MhAiqq/XudGmSQ3ENbs="; 15 15 }; 16 16 17 - vendorSha256 = "sha256-EfHcCk2NkicSPeJYgHJT2kh9EwLldksET75ZQambrWA="; 17 + vendorSha256 = "sha256-0ZwTE2FrBung7HAlklGIJlX76eRWa0ALNWjZpZijkzA="; 18 18 19 19 # Tests want to download a vulnerable Terraform project 20 20 doCheck = false;
+11 -5
pkgs/top-level/all-packages.nix
··· 10884 10884 10885 10885 rnnoise = callPackage ../development/libraries/rnnoise { }; 10886 10886 10887 - rnnoise-plugin = callPackage ../development/libraries/rnnoise-plugin {}; 10887 + # Use `apple_sdk_11_0` because `apple_sdk.libs` does not provide `simd` 10888 + rnnoise-plugin = darwin.apple_sdk_11_0.callPackage ../development/libraries/rnnoise-plugin { 10889 + inherit (darwin.apple_sdk_11_0.frameworks) WebKit MetalKit CoreAudioKit; 10890 + inherit (darwin.apple_sdk_11_0.libs) simd; 10891 + }; 10888 10892 10889 10893 rnote = callPackage ../applications/graphics/rnote { 10890 10894 inherit (gst_all_1) gstreamer; ··· 11979 11975 toml2nix = callPackage ../development/tools/toml2nix { }; 11980 11976 11981 11977 topgrade = callPackage ../tools/misc/topgrade { 11982 - inherit (darwin.apple_sdk.frameworks) Cocoa Foundation; 11978 + inherit (darwin.apple_sdk.frameworks) AppKit Cocoa Foundation; 11983 11979 }; 11984 11980 11985 11981 top-git = callPackage ../applications/version-management/git-and-tools/topgit { }; ··· 16305 16301 bossa = callPackage ../development/embedded/bossa { 16306 16302 wxGTK = wxGTK30; 16307 16303 }; 16304 + 16305 + bossa-arduino = callPackage ../development/embedded/bossa/arduino.nix { }; 16308 16306 16309 16307 bob = callPackage ../development/tools/build-managers/bob { }; 16310 16308 ··· 23296 23290 23297 23291 dodgy = with python3Packages; toPythonApplication dodgy; 23298 23292 23299 - dovecot = callPackage ../servers/mail/dovecot { 23300 - openssl = openssl_1_1; 23301 - }; 23293 + dovecot = callPackage ../servers/mail/dovecot { }; 23302 23294 dovecot_pigeonhole = callPackage ../servers/mail/dovecot/plugins/pigeonhole { }; 23303 23295 dovecot_fts_xapian = callPackage ../servers/mail/dovecot/plugins/fts_xapian { }; 23304 23296 ··· 23721 23717 opensmtpd = callPackage ../servers/mail/opensmtpd { }; 23722 23718 opensmtpd-extras = callPackage ../servers/mail/opensmtpd/extras.nix { }; 23723 23719 opensmtpd-filter-rspamd = callPackage ../servers/mail/opensmtpd/filter-rspamd.nix { }; 23720 + opensmtpd-filter-dkimsign = callPackage ../servers/mail/opensmtpd/filter-dkimsign { }; 23721 + libopensmtpd = callPackage ../servers/mail/opensmtpd/libopensmtpd { }; 23724 23722 23725 23723 openxr-loader = callPackage ../development/libraries/openxr-loader { }; 23726 23724
+6
pkgs/top-level/ocaml-packages.nix
··· 1442 1442 1443 1443 tezos-base58 = callPackage ../development/ocaml-modules/tezos-base58 { }; 1444 1444 1445 + tezos-bls12-381-polynomial = callPackage ../development/ocaml-modules/tezos-bls12-381-polynomial { }; 1446 + 1447 + tezos-plompiler = callPackage ../development/ocaml-modules/tezos-bls12-381-polynomial/plompiler.nix { }; 1448 + 1449 + tezos-plonk = callPackage ../development/ocaml-modules/tezos-bls12-381-polynomial/plonk.nix { }; 1450 + 1445 1451 theora = callPackage ../development/ocaml-modules/theora { }; 1446 1452 1447 1453 toml = callPackage ../development/ocaml-modules/toml { };
+2
pkgs/top-level/python-packages.nix
··· 7128 7128 7129 7129 python-flirt = callPackage ../development/python-modules/python-flirt { }; 7130 7130 7131 + python-fullykiosk = callPackage ../development/python-modules/python-fullykiosk { }; 7132 + 7131 7133 python-glanceclient = callPackage ../development/python-modules/python-glanceclient { }; 7132 7134 7133 7135 python-google-nest = callPackage ../development/python-modules/python-google-nest { };