lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge remote-tracking branch 'origin/master' into staging-next

The hash for pytensor is not correct, but that's also the case in
master, so a merge commit isn't the place to fix it.

Conflicts:
pkgs/development/python-modules/faadelays/default.nix
pkgs/development/python-modules/pytensor/default.nix
pkgs/tools/admin/rset/default.nix

+585 -348
-12
maintainers/maintainer-list.nix
··· 3683 3683 githubId = 398996; 3684 3684 name = "Christopher Singley"; 3685 3685 }; 3686 - cstrahan = { 3687 - email = "charles@cstrahan.com"; 3688 - github = "cstrahan"; 3689 - githubId = 143982; 3690 - name = "Charles Strahan"; 3691 - }; 3692 3686 cswank = { 3693 3687 email = "craigswank@gmail.com"; 3694 3688 github = "cswank"; ··· 10349 10343 github = "lukaswrz"; 10350 10344 githubId = 84395723; 10351 10345 name = "Lukas Wurzinger"; 10352 - }; 10353 - lukeadams = { 10354 - email = "luke.adams@belljar.io"; 10355 - github = "lukeadams"; 10356 - githubId = 3508077; 10357 - name = "Luke Adams"; 10358 10346 }; 10359 10347 lukebfox = { 10360 10348 email = "lbentley-fox1@sheffield.ac.uk";
+2
nixos/modules/services/home-automation/home-assistant.nix
··· 457 457 "inkbird" 458 458 "keymitt_ble" 459 459 "led_ble" 460 + "medcom_ble" 460 461 "melnor" 461 462 "moat" 462 463 "mopeka" 463 464 "oralb" 465 + "private_ble_device" 464 466 "qingping" 465 467 "rapt_ble" 466 468 "ruuvi_gateway"
+1 -1
pkgs/applications/editors/bviplus/default.nix
··· 34 34 homepage = "https://bviplus.sourceforge.net"; 35 35 license = licenses.gpl3; 36 36 platforms = platforms.linux; 37 - maintainers = with maintainers; [ cstrahan ]; 37 + maintainers = with maintainers; [ ]; 38 38 }; 39 39 }
+1 -1
pkgs/applications/editors/hexcurse/default.nix
··· 46 46 homepage = "https://github.com/LonnyGomes/hexcurse"; 47 47 license = licenses.gpl2; 48 48 platforms = platforms.linux; 49 - maintainers = with maintainers; [ cstrahan ]; 49 + maintainers = with maintainers; [ ]; 50 50 }; 51 51 }
+1 -1
pkgs/applications/editors/ht/default.nix
··· 24 24 homepage = "https://hte.sourceforge.net"; 25 25 license = licenses.gpl2; 26 26 platforms = platforms.linux; 27 - maintainers = with maintainers; [ cstrahan ]; 27 + maintainers = with maintainers; [ ]; 28 28 }; 29 29 }
+1 -1
pkgs/applications/editors/vim/macvim.nix
··· 180 180 description = "Vim - the text editor - for macOS"; 181 181 homepage = "https://github.com/macvim-dev/macvim"; 182 182 license = licenses.vim; 183 - maintainers = with maintainers; [ cstrahan lilyball ]; 183 + maintainers = with maintainers; [ lilyball ]; 184 184 platforms = platforms.darwin; 185 185 hydraPlatforms = []; # hydra can't build this as long as we rely on Xcode and sandboxProfile 186 186 };
+1 -1
pkgs/applications/misc/perkeep/default.nix
··· 55 55 description = "A way of storing, syncing, sharing, modelling and backing up content (née Camlistore)"; 56 56 homepage = "https://perkeep.org"; 57 57 license = licenses.asl20; 58 - maintainers = with maintainers; [ cstrahan danderson kalbasit ]; 58 + maintainers = with maintainers; [ danderson kalbasit ]; 59 59 }; 60 60 }
+1 -1
pkgs/applications/misc/rescuetime/default.nix
··· 52 52 meta = with lib; { 53 53 description = "Helps you understand your daily habits so you can focus and be more productive"; 54 54 homepage = "https://www.rescuetime.com"; 55 - maintainers = with maintainers; [ cstrahan ]; 55 + maintainers = with maintainers; [ ]; 56 56 sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 57 57 license = licenses.unfree; 58 58 platforms = [ "i686-linux" "x86_64-linux" ];
+1 -1
pkgs/applications/misc/resp-app/default.nix
··· 98 98 homepage = "https://resp.app/"; 99 99 license = licenses.gpl3Only; 100 100 platforms = platforms.linux; 101 - maintainers = with maintainers; [ cstrahan ]; 101 + maintainers = with maintainers; [ ]; 102 102 }; 103 103 }
+1 -1
pkgs/applications/misc/terminal-notifier/default.nix
··· 26 26 ''; 27 27 28 28 meta = with lib; { 29 - maintainers = with maintainers; [ cstrahan ]; 29 + maintainers = with maintainers; [ ]; 30 30 homepage = "https://github.com/julienXX/terminal-notifier"; 31 31 license = licenses.mit; 32 32 platforms = platforms.darwin;
+1 -1
pkgs/applications/misc/zathura/pdf-mupdf/default.nix
··· 49 49 ''; 50 50 license = licenses.zlib; 51 51 platforms = platforms.unix; 52 - maintainers = with maintainers; [ cstrahan ]; 52 + maintainers = with maintainers; [ ]; 53 53 }; 54 54 }
+1 -1
pkgs/applications/misc/zathura/pdf-poppler/default.nix
··· 23 23 ''; 24 24 license = licenses.zlib; 25 25 platforms = platforms.unix; 26 - maintainers = with maintainers; [ cstrahan ]; 26 + maintainers = with maintainers; [ ]; 27 27 }; 28 28 }
+1 -1
pkgs/applications/misc/zathura/ps/default.nix
··· 23 23 ''; 24 24 license = licenses.zlib; 25 25 platforms = platforms.unix; 26 - maintainers = with maintainers; [ cstrahan ]; 26 + maintainers = with maintainers; [ ]; 27 27 }; 28 28 } 29 29
+1 -1
pkgs/applications/networking/browsers/w3m/default.nix
··· 95 95 homepage = "https://w3m.sourceforge.net/"; 96 96 changelog = "https://github.com/tats/w3m/blob/v${version}/ChangeLog"; 97 97 description = "A text-mode web browser"; 98 - maintainers = with maintainers; [ cstrahan anthonyroussel ]; 98 + maintainers = with maintainers; [ anthonyroussel ]; 99 99 platforms = platforms.unix; 100 100 license = licenses.mit; 101 101 mainProgram = "w3m";
+1 -1
pkgs/applications/networking/cluster/cni/plugins.nix
··· 48 48 homepage = "https://www.cni.dev/plugins/"; 49 49 license = licenses.asl20; 50 50 platforms = platforms.linux; 51 - maintainers = with maintainers; [ cstrahan ] ++ teams.podman.members; 51 + maintainers = with maintainers; [ ] ++ teams.podman.members; 52 52 }; 53 53 }
+3 -3
pkgs/applications/networking/mailreaders/meli/default.nix
··· 22 22 23 23 rustPlatform.buildRustPackage rec { 24 24 pname = "meli"; 25 - version = "0.8.1"; 25 + version = "0.8.2"; 26 26 27 27 src = fetchgit { 28 28 url = "https://git.meli.delivery/meli/meli.git"; 29 29 rev = "v${version}"; 30 - hash = "sha256-sHpW2yjqYz4ePR6aQFUBD6BZwgDt3DT22/kWuKr9fAc="; 30 + hash = "sha256-iEHTFofga/HV/1jSAqTsqV55zC22tqI7UW7m4PZgz0M="; 31 31 }; 32 32 33 - cargoSha256 = "sha256-Pg3V6Bd+drFPiJtUwsoKxu6snN88KvM+lsvnWBK/rvk="; 33 + cargoHash = "sha256-ijlivyBezLECBSaWBYVy9tVcSO8U+yGDQyU4dIATR6k="; 34 34 35 35 nativeBuildInputs = [ 36 36 pkg-config
+1 -1
pkgs/applications/networking/mailreaders/neomutt/default.nix
··· 118 118 description = "A small but very powerful text-based mail client"; 119 119 homepage = "http://www.neomutt.org"; 120 120 license = licenses.gpl2Plus; 121 - maintainers = with maintainers; [ cstrahan erikryb jfrankenau vrthra ma27 raitobezarius ]; 121 + maintainers = with maintainers; [ erikryb jfrankenau vrthra ma27 raitobezarius ]; 122 122 platforms = platforms.unix; 123 123 }; 124 124 }
+22
pkgs/applications/office/roam-research/common.nix
··· 1 + { fetchurl }: 2 + let 3 + pname = "roam-research"; 4 + version = "0.0.18"; 5 + in 6 + { 7 + inherit pname version; 8 + sources = { 9 + x86_64-darwin = fetchurl { 10 + url = "https://roam-electron-deploy.s3.us-east-2.amazonaws.com/Roam+Research-${version}.dmg"; 11 + hash = "sha256-jyFNH3qrgrsftExL/b2t8bY3W3fYVz+Gp11AuaIMxbg="; 12 + }; 13 + aarch64-darwin = fetchurl { 14 + url = "https://roam-electron-deploy.s3.us-east-2.amazonaws.com/Roam+Research-${version}-arm64.dmg"; 15 + hash = "sha256-AnyvFCbyUi6tcgxYQAj+zPLl4/kVh9ZeupetRhzH0PU="; 16 + }; 17 + x86_64-linux = fetchurl { 18 + url = "https://roam-electron-deploy.s3.us-east-2.amazonaws.com/${pname}_${version}_amd64.deb"; 19 + hash = "sha256-veDWBFZbODsdaO1UdfuC4w6oGCkeVBe+fqKn5XVHKDQ="; 20 + }; 21 + }; 22 + }
+34
pkgs/applications/office/roam-research/darwin.nix
··· 1 + { lib, stdenv, undmg, fetchurl }: 2 + let 3 + common = import ./common.nix { inherit fetchurl; }; 4 + inherit (stdenv.hostPlatform) system; 5 + in 6 + stdenv.mkDerivation rec { 7 + inherit (common) pname version; 8 + src = common.sources.${system} or (throw "Source for ${pname} is not available for ${system}"); 9 + 10 + appName = "Roam Research"; 11 + 12 + sourceRoot = "."; 13 + 14 + nativeBuildInputs = [ undmg ]; 15 + installPhase = '' 16 + runHook preInstall 17 + 18 + mkdir -p "$out/Applications" 19 + cp -R *.app "$out/Applications" 20 + 21 + mkdir -p $out/bin 22 + ln -s "$out/Applications/${appName}.app/Contents/MacOS/${appName}" "$out/bin/${appName}" 23 + runHook postInstall 24 + ''; 25 + 26 + meta = with lib; { 27 + description = "A note-taking tool for networked thought"; 28 + homepage = "https://roamresearch.com/"; 29 + maintainers = with lib.maintainers; [ dbalan ]; 30 + sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 31 + license = licenses.unfree; 32 + platforms = [ "x86_64-darwin" "aarch64-darwin" ]; 33 + }; 34 + }
+7 -80
pkgs/applications/office/roam-research/default.nix
··· 1 - { stdenv, lib, fetchurl, alsa-lib, atk, cairo, cups, dbus, dpkg, expat 2 - , gdk-pixbuf, glib, gtk3, libX11, libXScrnSaver, libXcomposite, libXcursor 3 - , libXdamage, libXext, libXfixes, libXi, libXrandr, libXrender, libXtst, libdrm 4 - , libpulseaudio, libxcb, libxkbcommon, libxshmfence, mesa, nspr, nss, pango 5 - , udev, }: 6 - 1 + { stdenv, callPackage, ... }@args: 7 2 let 8 - libPath = lib.makeLibraryPath [ 9 - alsa-lib 10 - atk 11 - cairo 12 - cups 13 - dbus 14 - expat 15 - gdk-pixbuf 16 - glib 17 - gtk3 18 - libX11 19 - libXcomposite 20 - libXdamage 21 - libXext 22 - libXfixes 23 - libXi 24 - libXrandr 25 - libdrm 26 - libxcb 27 - libxkbcommon 28 - libxshmfence 29 - mesa 30 - nspr 31 - nss 32 - pango 33 - stdenv.cc.cc 34 - libXScrnSaver 35 - libXcursor 36 - libXrender 37 - libXtst 38 - libpulseaudio 39 - udev 40 - ]; 41 - in stdenv.mkDerivation rec { 42 - pname = "roam-research"; 43 - version = "0.0.18"; 44 - 45 - src = fetchurl { 46 - url = 47 - "https://roam-electron-deploy.s3.us-east-2.amazonaws.com/${pname}_${version}_amd64.deb"; 48 - sha256 = "sha256-veDWBFZbODsdaO1UdfuC4w6oGCkeVBe+fqKn5XVHKDQ="; 49 - }; 50 - 51 - nativeBuildInputs = [ dpkg ]; 52 - 53 - unpackPhase = '' 54 - mkdir pkg 55 - dpkg-deb -x $src pkg 56 - sourceRoot=pkg 57 - ''; 58 - 59 - installPhase = '' 60 - mkdir -p "$out/bin" 61 - mv opt "$out/" 62 - 63 - ln -s "$out/opt/Roam Research/roam-research" "$out/bin/roam-research" 64 - patchelf --set-interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" --set-rpath "${libPath}:$out/opt/Roam Research:\$ORIGIN" "$out/opt/Roam Research/roam-research" 65 - 66 - mv usr/* "$out/" 67 - 68 - substituteInPlace $out/share/applications/roam-research.desktop \ 69 - --replace "/opt/Roam Research/roam-research" "roam-research" 70 - ''; 71 - 72 - dontPatchELF = true; 73 - meta = with lib; { 74 - description = "A note-taking tool for networked thought."; 75 - homepage = "https://roamresearch.com/"; 76 - maintainers = with lib.maintainers; [ dbalan ]; 77 - sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 78 - license = licenses.unfree; 79 - platforms = [ "x86_64-linux" ]; 80 - }; 81 - } 3 + extraArgs = removeAttrs args [ "callPackage" ]; 4 + in 5 + if stdenv.isDarwin then 6 + callPackage ./darwin.nix (extraArgs // { }) 7 + else 8 + callPackage ./linux.nix (extraArgs // { })
+73
pkgs/applications/office/roam-research/linux.nix
··· 1 + { stdenv, lib, fetchurl, alsa-lib, atk, cairo, cups, dbus, dpkg, expat 2 + , gdk-pixbuf, glib, gtk3, libX11, libXScrnSaver, libXcomposite, libXcursor 3 + , libXdamage, libXext, libXfixes, libXi, libXrandr, libXrender, libXtst, libdrm 4 + , libpulseaudio, libxcb, libxkbcommon, libxshmfence, mesa, nspr, nss, pango 5 + , udev, }: 6 + 7 + let 8 + common = import ./common.nix { inherit fetchurl; }; 9 + inherit (stdenv.hostPlatform) system; 10 + libPath = lib.makeLibraryPath [ 11 + alsa-lib 12 + atk 13 + cairo 14 + cups 15 + dbus 16 + expat 17 + gdk-pixbuf 18 + glib 19 + gtk3 20 + libX11 21 + libXcomposite 22 + libXdamage 23 + libXext 24 + libXfixes 25 + libXi 26 + libXrandr 27 + libdrm 28 + libxcb 29 + libxkbcommon 30 + libxshmfence 31 + mesa 32 + nspr 33 + nss 34 + pango 35 + stdenv.cc.cc 36 + libXScrnSaver 37 + libXcursor 38 + libXrender 39 + libXtst 40 + libpulseaudio 41 + udev 42 + ]; 43 + in stdenv.mkDerivation rec { 44 + inherit (common) pname version; 45 + src = common.sources.${system} or (throw "Source for ${pname} is not available for ${system}"); 46 + 47 + nativeBuildInputs = [ dpkg ]; 48 + 49 + installPhase = '' 50 + mkdir -p "$out/bin" 51 + mv opt "$out/" 52 + 53 + ln -s "$out/opt/Roam Research/roam-research" "$out/bin/roam-research" 54 + patchelf --set-interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" --set-rpath "${libPath}:$out/opt/Roam Research:\$ORIGIN" "$out/opt/Roam Research/roam-research" 55 + 56 + mv usr/* "$out/" 57 + 58 + substituteInPlace $out/share/applications/roam-research.desktop \ 59 + --replace "/opt/Roam Research/roam-research" "roam-research" 60 + ''; 61 + 62 + # autoPatchelfHook/patchelf are not used because they cause the binary to coredump. 63 + dontPatchELF = true; 64 + 65 + meta = with lib; { 66 + description = "A note-taking tool for networked thought"; 67 + homepage = "https://roamresearch.com/"; 68 + maintainers = with lib.maintainers; [ dbalan ]; 69 + sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 70 + license = licenses.unfree; 71 + platforms = [ "x86_64-linux" ]; 72 + }; 73 + }
+1 -1
pkgs/applications/terminal-emulators/rxvt-unicode-plugins/urxvt-font-size/default.nix
··· 24 24 description = "Change the urxvt font size on the fly"; 25 25 homepage = "https://github.com/majutsushi/urxvt-font-size"; 26 26 license = licenses.mit; 27 - maintainers = with maintainers; [ cstrahan ]; 27 + maintainers = with maintainers; [ ]; 28 28 platforms = with platforms; unix; 29 29 }; 30 30 }
+1 -1
pkgs/applications/terminal-emulators/rxvt-unicode-plugins/urxvt-perl/default.nix
··· 24 24 description = "Perl extensions for the rxvt-unicode terminal emulator"; 25 25 homepage = "https://github.com/effigies/urxvt-perl"; 26 26 license = licenses.gpl3; 27 - maintainers = with maintainers; [ cstrahan ]; 27 + maintainers = with maintainers; [ ]; 28 28 platforms = with platforms; unix; 29 29 }; 30 30 }
+1 -1
pkgs/applications/version-management/vcprompt/default.nix
··· 23 23 about the current working directory for various version control systems 24 24 ''; 25 25 homepage = "http://hg.gerg.ca/vcprompt"; 26 - maintainers = with maintainers; [ cstrahan ]; 26 + maintainers = with maintainers; [ ]; 27 27 platforms = with platforms; linux ++ darwin; 28 28 license = licenses.gpl2Plus; 29 29 };
+3 -3
pkgs/by-name/as/ast-grep/package.nix
··· 6 6 7 7 rustPlatform.buildRustPackage rec { 8 8 pname = "ast-grep"; 9 - version = "0.12.2"; 9 + version = "0.12.4"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "ast-grep"; 13 13 repo = "ast-grep"; 14 14 rev = version; 15 - hash = "sha256-N9hfHgzqwV/G3/xNY2Vx1i2dW6BcABJ/4lkhnLuvIns="; 15 + hash = "sha256-rWfuPk8PWxOmy/WDXGnqBCuGPEI7tBwuOc0IP2FhAq8="; 16 16 }; 17 17 18 - cargoHash = "sha256-3ntsPC6OWtSN3MH+3wN2BgOqH69jiW93/xfLY+niARI="; 18 + cargoHash = "sha256-M3eNvY8UwsnV9mvkGD//u1zTiJzV1ce7ODyQjnDSZTo="; 19 19 20 20 # error: linker `aarch64-linux-gnu-gcc` not found 21 21 postPatch = ''
-1
pkgs/data/fonts/iosevka/bin.nix
··· 33 33 meta = { 34 34 inherit (iosevka.meta) homepage downloadPage description license platforms; 35 35 maintainers = with lib.maintainers; [ 36 - cstrahan 37 36 montchr 38 37 ]; 39 38 };
-1
pkgs/data/fonts/iosevka/default.nix
··· 136 136 license = licenses.ofl; 137 137 platforms = platforms.all; 138 138 maintainers = with maintainers; [ 139 - cstrahan 140 139 jfrankenau 141 140 ttuegel 142 141 babariviere
+1 -1
pkgs/data/icons/vanilla-dmz/default.nix
··· 56 56 description = "A style neutral scalable cursor theme"; 57 57 platforms = platforms.all; 58 58 license = licenses.cc-by-sa-30; 59 - maintainers = with maintainers; [ cstrahan ]; 59 + maintainers = with maintainers; [ ]; 60 60 }; 61 61 }
+4 -1
pkgs/development/compilers/gcc/common/pre-configure.nix
··· 119 119 # gcc->clang "cross"-compilation manages to evade it: there 120 120 # hostPlatform != targetPlatform, hostPlatform.config == targetPlatform.config. 121 121 # We explicitly inhibit libc headers use in this case as well. 122 - + lib.optionalString (targetPlatform != hostPlatform && withoutTargetLibc) '' 122 + + lib.optionalString (targetPlatform != hostPlatform && 123 + withoutTargetLibc && 124 + targetPlatform.config == hostPlatform.config && 125 + (stdenv.cc.isClang || stdenv.targetPlatform.useLLVM)) '' 123 126 export inhibit_libc=true 124 127 '' 125 128
+1 -1
pkgs/development/compilers/rust/rustc.nix
··· 263 263 meta = with lib; { 264 264 homepage = "https://www.rust-lang.org/"; 265 265 description = "A safe, concurrent, practical language"; 266 - maintainers = with maintainers; [ cstrahan globin havvy ] ++ teams.rust.members; 266 + maintainers = with maintainers; [ globin havvy ] ++ teams.rust.members; 267 267 license = [ licenses.mit licenses.asl20 ]; 268 268 platforms = [ 269 269 # Platforms with host tools from
+1 -1
pkgs/development/libraries/backward-cpp/default.nix
··· 25 25 homepage = "https://github.com/bombela/backward-cpp"; 26 26 license = licenses.mit; 27 27 platforms = platforms.all; 28 - maintainers = with maintainers; [ cstrahan ]; 28 + maintainers = with maintainers; [ ]; 29 29 }; 30 30 }
+1 -1
pkgs/development/libraries/capnproto/default.nix
··· 31 31 ''; 32 32 license = licenses.mit; 33 33 platforms = platforms.all; 34 - maintainers = with maintainers; [ cstrahan ]; 34 + maintainers = with maintainers; [ ]; 35 35 }; 36 36 }
+1 -1
pkgs/development/libraries/keybinder3/default.nix
··· 39 39 homepage = "https://github.com/kupferlauncher/keybinder/"; 40 40 license = licenses.mit; 41 41 platforms = platforms.unix; 42 - maintainers = [ maintainers.cstrahan ]; 42 + maintainers = [ ]; 43 43 }; 44 44 }
+1 -1
pkgs/development/libraries/libmx/default.nix
··· 56 56 feature is the possibility setting style properties from a CSS format 57 57 file.''; 58 58 license = licenses.lgpl21; 59 - maintainers = with maintainers; [ cstrahan ]; 59 + maintainers = with maintainers; [ ]; 60 60 platforms = with platforms; linux; 61 61 }; 62 62 }
+1 -1
pkgs/development/libraries/libtsm/default.nix
··· 26 26 description = "Terminal-emulator State Machine"; 27 27 homepage = "http://www.freedesktop.org/wiki/Software/kmscon/libtsm/"; 28 28 license = licenses.mit; 29 - maintainers = with maintainers; [ cstrahan ]; 29 + maintainers = with maintainers; [ ]; 30 30 platforms = platforms.linux; 31 31 }; 32 32 }
+1 -1
pkgs/development/libraries/libuchardet/default.nix
··· 19 19 description = "Mozilla's Universal Charset Detector C/C++ API"; 20 20 homepage = "https://www.freedesktop.org/wiki/Software/uchardet/"; 21 21 license = licenses.mpl11; 22 - maintainers = with maintainers; [ cstrahan ]; 22 + maintainers = with maintainers; [ ]; 23 23 platforms = with platforms; unix; 24 24 }; 25 25 }
+1 -1
pkgs/development/libraries/libuv/default.nix
··· 113 113 description = "A multi-platform support library with a focus on asynchronous I/O"; 114 114 homepage = "https://libuv.org/"; 115 115 changelog = "https://github.com/libuv/libuv/blob/v${finalAttrs.version}/ChangeLog"; 116 - maintainers = with maintainers; [ cstrahan ]; 116 + maintainers = with maintainers; [ ]; 117 117 platforms = platforms.all; 118 118 license = with licenses; [ mit isc bsd2 bsd3 cc-by-40 ]; 119 119 };
+1 -1
pkgs/development/libraries/lightstep-tracer-cpp/default.nix
··· 31 31 homepage = "https://lightstep.com/"; 32 32 license = licenses.mit; 33 33 platforms = platforms.linux; 34 - maintainers = with maintainers; [ cstrahan ]; 34 + maintainers = with maintainers; [ ]; 35 35 }; 36 36 }
+1 -1
pkgs/development/libraries/linenoise-ng/default.nix
··· 16 16 meta = { 17 17 homepage = "https://github.com/arangodb/linenoise-ng"; 18 18 description = "A small, portable GNU readline replacement for Linux, Windows and MacOS which is capable of handling UTF-8 characters"; 19 - maintainers = with lib.maintainers; [ cstrahan ]; 19 + maintainers = with lib.maintainers; [ ]; 20 20 platforms = lib.platforms.all; 21 21 license = lib.licenses.bsd3; 22 22 };
+1 -1
pkgs/development/libraries/mailcore2/default.nix
··· 54 54 description = "A simple and asynchronous API to work with e-mail protocols IMAP, POP and SMTP"; 55 55 homepage = "http://libmailcore.com"; 56 56 license = licenses.bsd3; 57 - maintainers = with maintainers; [ cstrahan ]; 57 + maintainers = with maintainers; [ ]; 58 58 }; 59 59 }
+1 -1
pkgs/development/libraries/rapidjson/default.nix
··· 53 53 homepage = "http://rapidjson.org/"; 54 54 license = licenses.mit; 55 55 platforms = platforms.unix; 56 - maintainers = with maintainers; [ cstrahan dotlambda ]; 56 + maintainers = with maintainers; [ dotlambda ]; 57 57 }; 58 58 }
+1 -1
pkgs/development/libraries/v8/default.nix
··· 174 174 meta = with lib; { 175 175 homepage = "https://v8.dev/"; 176 176 description = "Google's open source JavaScript engine"; 177 - maintainers = with maintainers; [ cstrahan proglodyte matthewbauer ]; 177 + maintainers = with maintainers; [ proglodyte matthewbauer ]; 178 178 platforms = platforms.unix; 179 179 license = licenses.bsd3; 180 180 };
+3 -7
pkgs/development/ocaml-modules/zmq/default.nix
··· 2 2 3 3 buildDunePackage rec { 4 4 pname = "zmq"; 5 - version = "5.1.5"; 6 - 7 - duneVersion = "3"; 5 + version = "5.2.1"; 8 6 9 7 src = fetchurl { 10 - url = "https://github.com/issuu/ocaml-zmq/releases/download/${version}/zmq-lwt-${version}.tbz"; 11 - sha256 = "sha256-mUfRPatLPFeSzWDwCIoFaVl85VkvDch4i6pOn3Kme1Y="; 8 + url = "https://github.com/issuu/ocaml-zmq/releases/download/${version}/zmq-${version}.tbz"; 9 + hash = "sha256-hVKfaTrUFqEBsv5hFB7JwsR630M0DKnqhB0QHpxcHKc="; 12 10 }; 13 11 14 12 buildInputs = [ czmq dune-configurator ]; 15 - 16 - propagatedBuildInputs = [ stdint ]; 17 13 18 14 meta = { 19 15 description = "ZeroMQ bindings for OCaml";
+2 -3
pkgs/development/ocaml-modules/zmq/lwt.nix
··· 1 - { buildDunePackage, zmq, ocaml_lwt }: 1 + { buildDunePackage, zmq, lwt }: 2 2 3 3 buildDunePackage { 4 4 pname = "zmq-lwt"; 5 5 inherit (zmq) version src meta; 6 - duneVersion = "3"; 7 6 8 - propagatedBuildInputs = [ zmq ocaml_lwt ]; 7 + propagatedBuildInputs = [ zmq lwt ]; 9 8 }
+2 -2
pkgs/development/python-modules/aio-pika/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "aio-pika"; 18 - version = "9.1.3"; 18 + version = "9.3.0"; 19 19 format = "pyproject"; 20 20 21 21 disabled = pythonOlder "3.7"; ··· 24 24 owner = "mosquito"; 25 25 repo = pname; 26 26 rev = "refs/tags/${version}"; 27 - hash = "sha256-QCM/9Vt9/uXylaU8xymXJEjVd6sFRcVhpr2CGjB0AoY="; 27 + hash = "sha256-Fy3vTXfj+gu/+PYWPfcOZ/D7boRiZYcFPX29p28HoGs="; 28 28 }; 29 29 30 30 nativeBuildInputs = [
+2 -2
pkgs/development/python-modules/aioairzone-cloud/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "aioairzone-cloud"; 12 - version = "0.2.2"; 12 + version = "0.2.4"; 13 13 format = "pyproject"; 14 14 15 15 disabled = pythonOlder "3.7"; ··· 18 18 owner = "Noltari"; 19 19 repo = "aioairzone-cloud"; 20 20 rev = "refs/tags/${version}"; 21 - hash = "sha256-SGHbM7D21ykFWwg4aTUUMIFpwZ0K8CQohZYtzXOPJQg="; 21 + hash = "sha256-7sjiY20jDUHtEnqAMwEHsBboK9XCH5XjE0sHR82YvEA="; 22 22 }; 23 23 24 24 nativeBuildInputs = [
+18 -4
pkgs/development/python-modules/aiohue/default.nix
··· 5 5 , buildPythonPackage 6 6 , fetchFromGitHub 7 7 , pytestCheckHook 8 + , pytest-aiohttp 9 + , pytest-asyncio 8 10 , pythonOlder 11 + , setuptools 9 12 }: 10 13 11 14 buildPythonPackage rec { 12 15 pname = "aiohue"; 13 - version = "4.6.2"; 14 - format = "setuptools"; 16 + version = "4.7.0"; 17 + pyproject = true; 15 18 16 - disabled = pythonOlder "3.8"; 19 + disabled = pythonOlder "3.10"; 17 20 18 21 src = fetchFromGitHub { 19 22 owner = "home-assistant-libs"; 20 23 repo = pname; 21 24 rev = "refs/tags/${version}"; 22 - hash = "sha256-DzslGfKwsXXWWhbTb0apJCsnNdnUe7AbvrRT8ZnPbVU="; 25 + hash = "sha256-t48rUPAM0XpbDreCwHU/smoyhPtxhwrpDkb1170GkQM="; 23 26 }; 24 27 28 + postPatch = '' 29 + substituteInPlace pyproject.toml \ 30 + --replace 'version = "0.0.0"' 'version = "${version}"' 31 + ''; 32 + 33 + nativeBuildInputs = [ 34 + setuptools 35 + ]; 36 + 25 37 propagatedBuildInputs = [ 26 38 awesomeversion 27 39 aiohttp ··· 30 42 31 43 nativeCheckInputs = [ 32 44 pytestCheckHook 45 + pytest-asyncio 46 + pytest-aiohttp 33 47 ]; 34 48 35 49 pythonImportsCheck = [
+4 -2
pkgs/development/python-modules/aiounifi/default.nix
··· 10 10 , pythonOlder 11 11 , segno 12 12 , setuptools 13 + , trustme 13 14 , wheel 14 15 }: 15 16 16 17 buildPythonPackage rec { 17 18 pname = "aiounifi"; 18 - version = "62"; 19 + version = "63"; 19 20 format = "pyproject"; 20 21 21 22 disabled = pythonOlder "3.11"; ··· 24 25 owner = "Kane610"; 25 26 repo = pname; 26 27 rev = "refs/tags/v${version}"; 27 - hash = "sha256-5XCF67YuelS4RDUxfImSAELfdb3rJWGprIYQeQPp+yk="; 28 + hash = "sha256-am11pFgYMRccUNaK/iKdp6mfk5NQ4QnU41xbFiGCMPs="; 28 29 }; 29 30 30 31 postPatch = '' ··· 51 52 pytest-aiohttp 52 53 pytest-asyncio 53 54 pytestCheckHook 55 + trustme 54 56 ]; 55 57 56 58 pytestFlagsArray = [
+2 -2
pkgs/development/python-modules/faadelays/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "faadelays"; 11 - version = "2023.8.0"; 11 + version = "2023.9.1"; 12 12 format = "pyproject"; 13 13 14 14 disabled = pythonOlder "3.6"; 15 15 16 16 src = fetchPypi { 17 17 inherit pname version; 18 - hash = "sha256-VAQQI9cMRKGe7RAUxoI1bBojzRq6cRz2jpeDA+GMuUI="; 18 + hash = "sha256-ngMFd+BE3hKeaeGEX4xHpzDIrtGFDsSwxBbrc4ZMFas="; 19 19 }; 20 20 21 21 nativeBuildInputs = [
+2 -2
pkgs/development/python-modules/fake-useragent/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "fake-useragent"; 13 - version = "1.2.1"; 13 + version = "1.3.0"; 14 14 format = "pyproject"; 15 15 16 16 disabled = pythonOlder "3.7"; ··· 19 19 owner = "fake-useragent"; 20 20 repo = "fake-useragent"; 21 21 rev = "refs/tags/${version}"; 22 - hash = "sha256-kOvVqdfK9swtjW8D7COrZksLCu1N8sQO8rzx5RZqCT0="; 22 + hash = "sha256-erGX52ipM0scn3snICf6ipjgVbV8/H5xT4GP3AtvOwo="; 23 23 }; 24 24 25 25 postPatch = ''
+1 -1
pkgs/development/python-modules/jupyterhub/default.nix
··· 201 201 homepage = "https://jupyter.org/"; 202 202 changelog = "https://github.com/jupyterhub/jupyterhub/blob/${version}/docs/source/reference/changelog.md"; 203 203 license = licenses.bsd3; 204 - maintainers = with maintainers; [ ixxie cstrahan ]; 204 + maintainers = with maintainers; [ ixxie ]; 205 205 # darwin: E OSError: dlopen(/nix/store/43zml0mlr17r5jsagxr00xxx91hz9lky-openpam-20170430/lib/libpam.so, 6): image not found 206 206 broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin; 207 207 };
+2 -2
pkgs/development/python-modules/matrix-nio/default.nix
··· 29 29 30 30 buildPythonPackage rec { 31 31 pname = "matrix-nio"; 32 - version = "0.20.1"; 32 + version = "0.21.2"; 33 33 format = "pyproject"; 34 34 35 35 src = fetchFromGitHub { 36 36 owner = "poljar"; 37 37 repo = "matrix-nio"; 38 38 rev = version; 39 - hash = "sha256-6oMOfyl8yR8FMprPYD831eiXh9g/bqslvxDmVcrNK80="; 39 + hash = "sha256-eK5DPmPZ/hv3i3lzoIuS9sJXKpUNhmBv4+Nw2u/RZi0="; 40 40 }; 41 41 42 42 postPatch = ''
+2 -2
pkgs/development/python-modules/plexapi/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "plexapi"; 12 - version = "4.15.3"; 12 + version = "4.15.4"; 13 13 format = "setuptools"; 14 14 15 15 disabled = pythonOlder "3.8"; ··· 18 18 owner = "pkkid"; 19 19 repo = "python-plexapi"; 20 20 rev = "refs/tags/${version}"; 21 - hash = "sha256-3Rnwo6KpOsfrIWmJjxh1DSDFoVqBckB0uZh5PdsjRO8="; 21 + hash = "sha256-NBV4jrLfU5vqQljQh28tJxgaNSo/ilph8xsjdVKCOJg="; 22 22 }; 23 23 24 24 propagatedBuildInputs = [
+1 -1
pkgs/development/python-modules/pycapnp/default.nix
··· 31 31 32 32 meta = with lib; { 33 33 homepage = "https://capnproto.github.io/pycapnp/"; 34 - maintainers = with maintainers; [ cstrahan lukeadams ]; 34 + maintainers = with maintainers; [ ]; 35 35 license = licenses.bsd2; 36 36 # No support for capnproto 1.0 yet 37 37 # https://github.com/capnproto/pycapnp/issues/323
+5
pkgs/development/python-modules/pyenphase/default.nix
··· 56 56 syrupy 57 57 ]; 58 58 59 + disabledTests = [ 60 + # https://github.com/pyenphase/pyenphase/issues/97 61 + "test_with_7_x_firmware" 62 + ]; 63 + 59 64 pythonImportsCheck = [ 60 65 "pyenphase" 61 66 ];
+2 -2
pkgs/development/python-modules/pygithub/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "pygithub"; 16 - version = "1.59.1"; 16 + version = "2.1.1"; 17 17 format = "setuptools"; 18 18 19 19 disabled = pythonOlder "3.7"; ··· 22 22 owner = "PyGithub"; 23 23 repo = "PyGithub"; 24 24 rev = "refs/tags/v${version}"; 25 - hash = "sha256-tzM2+nLBHTbKlQ7HLmNRq4Kn62vmz1MaGyZsnaJSrgQ="; 25 + hash = "sha256-ysa1RAWuFFQCF6bYwAUVFou7nxCKHLZbUtrUtXiSpPk="; 26 26 }; 27 27 28 28 SETUPTOOLS_SCM_PRETEND_VERSION = version;
+53
pkgs/development/python-modules/pyserial-asyncio-fast/default.nix
··· 1 + { lib 2 + , buildPythonPackage 3 + , fetchFromGitHub 4 + 5 + # build-system 6 + , setuptools 7 + , wheel 8 + 9 + # dependencies 10 + , pyserial 11 + 12 + # tests 13 + , pytestCheckHook 14 + , pytest-asyncio 15 + }: 16 + 17 + buildPythonPackage rec { 18 + pname = "pyserial-asyncio-fast"; 19 + version = "0.11"; 20 + pyproject = true; 21 + 22 + src = fetchFromGitHub { 23 + owner = "bdraco"; 24 + repo = "pyserial-asyncio-fast"; 25 + rev = version; 26 + hash = "sha256-B1CLk7ggI7l+DaMDlnMjl2tfh+evvaf1nxzBpmqMBZk="; 27 + }; 28 + 29 + nativeBuildInputs = [ 30 + setuptools 31 + wheel 32 + ]; 33 + 34 + propagatedBuildInputs = [ 35 + pyserial 36 + ]; 37 + 38 + pythonImportsCheck = [ 39 + "serial_asyncio_fast" 40 + ]; 41 + 42 + nativeCheckInputs = [ 43 + pytestCheckHook 44 + pytest-asyncio 45 + ]; 46 + 47 + meta = with lib; { 48 + description = "Fast asyncio extension package for pyserial that implements eager writes"; 49 + homepage = "https://github.com/bdraco/pyserial-asyncio-fast"; 50 + license = licenses.bsd3; 51 + maintainers = with maintainers; [ hexa ]; 52 + }; 53 + }
+32 -21
pkgs/development/python-modules/pytensor/default.nix
··· 1 - { stdenv 2 - , lib 1 + { lib 3 2 , buildPythonPackage 3 + , fetchFromGitHub 4 + , cython 5 + , versioneer 4 6 , cons 5 - , cython 6 7 , etuples 7 - , fetchFromGitHub 8 8 , filelock 9 + , logical-unification 10 + , minikanren 11 + , numpy 12 + , scipy 13 + , typing-extensions 9 14 , jax 10 15 , jaxlib 11 - , logical-unification 12 - , minikanren 13 16 , numba 14 17 , numba-scipy 15 - , numpy 18 + , pytest-mock 16 19 , pytestCheckHook 17 20 , pythonOlder 18 - , scipy 19 - , typing-extensions 21 + # Tensorflow is currently (2023/10/04) broken. 22 + # Thus, we don't provide this optional test dependency. 23 + # , tensorflow-probability 24 + , stdenv 20 25 }: 21 26 22 27 buildPythonPackage rec { 23 28 pname = "pytensor"; 24 - version = "2.16.1"; 25 - format = "setuptools"; 29 + version = "2.17.1"; 30 + pyproject = true; 26 31 27 - disabled = pythonOlder "3.7"; 32 + disabled = pythonOlder "3.9"; 28 33 29 34 src = fetchFromGitHub { 30 35 owner = "pymc-devs"; 31 - repo = pname; 36 + repo = "pytensor"; 32 37 rev = "refs/tags/rel-${version}"; 33 - hash = "sha256-GP1sL2cqZ8ucrCpigwR7HxgeQT+RnZjIIt7gx/3GtIE="; 38 + hash = "sha256-OG7ZvXJOTQzSpMoj94K9JwG6ZQRQSSp+k2slkK6BJ9I="; 34 39 }; 35 40 41 + postPatch = '' 42 + substituteInPlace pyproject.toml \ 43 + --replace "versioneer[toml]==0.28" "versioneer[toml]" 44 + ''; 45 + 36 46 nativeBuildInputs = [ 37 47 cython 48 + versioneer 38 49 ]; 39 50 40 51 propagatedBuildInputs = [ ··· 48 59 typing-extensions 49 60 ]; 50 61 51 - checkInputs = [ 62 + nativeCheckInputs = [ 52 63 jax 53 64 jaxlib 54 65 numba 55 66 numba-scipy 67 + pytest-mock 56 68 pytestCheckHook 69 + # Tensorflow is currently (2023/10/04) broken. 70 + # Thus, we don't provide this optional test dependency. 71 + # tensorflow-probability 57 72 ]; 58 73 59 - postPatch = '' 60 - substituteInPlace setup.cfg \ 61 - --replace "--durations=50" "" 62 - ''; 63 - 64 74 preBuild = '' 65 75 export HOME=$(mktemp -d) 66 76 ''; ··· 76 86 "test_logsumexp_benchmark" 77 87 "test_scan_multiple_output" 78 88 "test_vector_taps_benchmark" 89 + # Temporarily disabled because of broken tensorflow-probability 90 + "test_tfp_ops" 79 91 ]; 80 92 81 93 disabledTestPaths = [ 82 94 # Don't run the most compute-intense tests 83 95 "tests/scan/" 84 96 "tests/tensor/" 85 - "tests/sandbox/" 86 97 "tests/sparse/sandbox/" 87 98 ]; 88 99
+2 -2
pkgs/development/python-modules/python-roborock/default.nix
··· 20 20 21 21 buildPythonPackage rec { 22 22 pname = "python-roborock"; 23 - version = "0.34.5"; 23 + version = "0.34.6"; 24 24 format = "pyproject"; 25 25 26 26 disabled = pythonOlder "3.10"; ··· 29 29 owner = "humbertogontijo"; 30 30 repo = "python-roborock"; 31 31 rev = "refs/tags/v${version}"; 32 - hash = "sha256-BJZ24TfdIybSzLLWn7+vRMaxnBKVZSzCNLzKFaFvhok="; 32 + hash = "sha256-c55E5J0PKk9FG3KDIO0R3vGQjYjj8u7zXz8o9oA1Grc="; 33 33 }; 34 34 35 35 postPatch = ''
+17 -9
pkgs/development/python-modules/twitchapi/default.nix
··· 1 1 { lib 2 2 , buildPythonPackage 3 3 , pythonOlder 4 - , fetchPypi 4 + , fetchFromGitHub 5 + , setuptools 6 + , wheel 5 7 , aiohttp 6 8 , python-dateutil 7 9 , typing-extensions ··· 9 11 10 12 buildPythonPackage rec { 11 13 pname = "twitchapi"; 12 - version = "3.11.0"; 14 + version = "4.0.1"; 13 15 14 16 disabled = pythonOlder "3.7"; 15 17 16 - format = "setuptools"; 18 + format = "pyproject"; 17 19 18 - src = fetchPypi { 19 - pname = "twitchAPI"; 20 - inherit version; 21 - hash = "sha256-TkQzF32nt89uBvC6aj/b5f2DQkOVDz7UyeUXRyVYumM="; 20 + src = fetchFromGitHub { 21 + owner = "Teekeks"; 22 + repo = "pyTwitchAPI"; 23 + rev = "refs/tags/v${version}"; 24 + hash = "sha256-WrZb734K51NYqlcMCRr8HO8E7XByioltd4vanTN8HUg="; 22 25 }; 26 + 27 + nativeBuildInputs = [ 28 + setuptools 29 + wheel 30 + ]; 23 31 24 32 propagatedBuildInputs = [ 25 33 aiohttp ··· 35 43 "twitchAPI.oauth" 36 44 "twitchAPI.pubsub" 37 45 "twitchAPI.twitch" 38 - "twitchAPI.types" 46 + "twitchAPI.type" 39 47 ]; 40 48 41 49 meta = with lib; { 42 - changelog = "https://github.com/Teekeks/pyTwitchAPI/blob/v${version}/docs/changelog.rst"; 50 + changelog = "https://github.com/Teekeks/pyTwitchAPI/blob/${src.rev}/docs/changelog.rst"; 43 51 description = "Python implementation of the Twitch Helix API, its Webhook, PubSub and EventSub"; 44 52 homepage = "https://github.com/Teekeks/pyTwitchAPI"; 45 53 license = licenses.mit;
+2 -2
pkgs/development/python-modules/types-awscrt/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "types-awscrt"; 10 - version = "0.19.1"; 10 + version = "0.19.2"; 11 11 format = "pyproject"; 12 12 13 13 disabled = pythonOlder "3.7"; ··· 15 15 src = fetchPypi { 16 16 pname = "types_awscrt"; 17 17 inherit version; 18 - hash = "sha256-YYM6oUDnJKkJgCVhD0uM3j3PZbhCYx10RzePn1204f0="; 18 + hash = "sha256-2MN5QgunWx5DaH0SsLdypbsX81KFmivvaqjwq94SP1U="; 19 19 }; 20 20 21 21 nativeBuildInputs = [
+2 -2
pkgs/development/python-modules/webrtc-noise-gain/default.nix
··· 17 17 18 18 buildPythonPackage rec { 19 19 pname = "webrtc-noise-gain"; 20 - version = "1.2.2"; 20 + version = "1.2.3"; 21 21 pyproject = true; 22 22 23 23 src = fetchFromGitHub { 24 24 owner = "rhasspy"; 25 25 repo = "webrtc-noise-gain"; 26 26 rev = "v${version}"; 27 - hash = "sha256-yHuCa2To9/9kD+tLG239I1aepuhcPUV4a4O1TQtBPlE="; 27 + hash = "sha256-DFEtuO49zXNixLwBjQ/WOiARDhMAXVH+5hfc3eSdPIo="; 28 28 }; 29 29 30 30 nativeBuildInputs = [
+4 -4
pkgs/development/python-modules/zigpy-xbee/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "zigpy-xbee"; 14 - version = "0.18.2"; 14 + version = "0.18.3"; 15 15 # https://github.com/Martiusweb/asynctest/issues/152 16 16 # broken by upstream python bug with asynctest and 17 17 # is used exclusively by home-assistant with python 3.8 ··· 21 21 owner = "zigpy"; 22 22 repo = "zigpy-xbee"; 23 23 rev = "refs/tags/${version}"; 24 - hash = "sha256-aglKQWIMh0IyrcGt+PZVtzcgs88YbtZB7Tfg7hlB+18="; 24 + hash = "sha256-+qtbOC3rsse57kqd4RLl9EKXzru0vdgIIPSl1OQ652U="; 25 25 }; 26 26 27 27 buildInputs = [ ··· 36 36 ]; 37 37 38 38 disabledTests = [ 39 - # https://github.com/zigpy/zigpy-xbee/issues/126 40 - "test_form_network" 39 + # fixed in https://github.com/zigpy/zigpy-xbee/commit/f85233fc28ae01c08267965e99a29e43b00e1561 40 + "test_shutdown" 41 41 ]; 42 42 43 43 meta = with lib; {
+2 -2
pkgs/development/python-modules/zwave-js-server-python/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "zwave-js-server-python"; 13 - version = "0.51.3"; 13 + version = "0.52.1"; 14 14 format = "setuptools"; 15 15 16 16 disabled = pythonOlder "3.11"; ··· 19 19 owner = "home-assistant-libs"; 20 20 repo = pname; 21 21 rev = "refs/tags/${version}"; 22 - hash = "sha256-79INvk5WLuSki/kBU25hMHRxGk7FAznU89U+y3Eh+wI="; 22 + hash = "sha256-+zGLWti99mYTyPkSxiYgE5RqVvEr2PGt8vFwesjcquo="; 23 23 }; 24 24 25 25 propagatedBuildInputs = [
+5 -1
pkgs/development/tools/altair-graphql-client/default.nix
··· 1 - { lib, appimageTools, fetchurl }: 1 + { lib, appimageTools, makeWrapper, fetchurl }: 2 2 3 3 let 4 4 pname = "altair"; ··· 16 16 17 17 extraInstallCommands = '' 18 18 mv $out/bin/${pname}-${version} $out/bin/${pname} 19 + 20 + source "${makeWrapper}/nix-support/setup-hook" 21 + wrapProgram $out/bin/${pname} \ 22 + --add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations}}" 19 23 20 24 install -m 444 -D ${appimageContents}/${pname}.desktop -t $out/share/applications 21 25 substituteInPlace $out/share/applications/${pname}.desktop \
+2 -2
pkgs/development/tools/analysis/checkov/default.nix
··· 22 22 23 23 buildPythonApplication rec { 24 24 pname = "checkov"; 25 - version = "2.4.59"; 25 + version = "2.5.3"; 26 26 format = "setuptools"; 27 27 28 28 src = fetchFromGitHub { 29 29 owner = "bridgecrewio"; 30 30 repo = pname; 31 31 rev = "refs/tags/${version}"; 32 - hash = "sha256-/Qqh0f40JxHjIbt7rm4ZY7dTXGVMHrzkgNSjPJq8SLo="; 32 + hash = "sha256-QSxeVu1nGK9j8hQqcUZ2RhjPmCHjbTuG/1hvMjUhrOo="; 33 33 }; 34 34 35 35 patches = [
+2 -2
pkgs/development/tools/analysis/checkstyle/default.nix
··· 1 1 { lib, stdenvNoCC, fetchurl, makeBinaryWrapper, jre }: 2 2 3 3 stdenvNoCC.mkDerivation rec { 4 - version = "10.12.3"; 4 + version = "10.12.4"; 5 5 pname = "checkstyle"; 6 6 7 7 src = fetchurl { 8 8 url = "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-${version}/checkstyle-${version}-all.jar"; 9 - sha256 = "sha256-drJO3sZlh2G9f80cvPD41YjhHZt74lmV9bSIhUDrTKo="; 9 + sha256 = "sha256-ecWTB/4Lc7zgkQI6nN5VvKfRizeMEdyGUyL0fxiAHhk="; 10 10 }; 11 11 12 12 nativeBuildInputs = [ makeBinaryWrapper ];
+3 -3
pkgs/development/tools/continuous-integration/cirrus-cli/default.nix
··· 6 6 7 7 buildGoModule rec { 8 8 pname = "cirrus-cli"; 9 - version = "0.104.0"; 9 + version = "0.105.1"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "cirruslabs"; 13 13 repo = pname; 14 14 rev = "v${version}"; 15 - sha256 = "sha256-3X/VZirKSYD+y//e8Ft8f0D27vJWekdyUTmVvOgc5bQ="; 15 + sha256 = "sha256-F0T/4KUz0iU/THE8iRSdKe0Wo3HWQMYOd5vmbO61SzA="; 16 16 }; 17 17 18 - vendorHash = "sha256-0otC2+f0PMBZ+0Xiyq4kBd2YCJjAvDhThB3W9gIjHOY="; 18 + vendorHash = "sha256-+cxh3/TQqm6n7hUYhW2B3pdfdtzRuepZmLNSGVPA3H0="; 19 19 20 20 ldflags = [ 21 21 "-X github.com/cirruslabs/cirrus-cli/internal/version.Version=v${version}"
+1 -1
pkgs/development/tools/go-bindata/default.nix
··· 21 21 homepage = "https://github.com/kevinburke/go-bindata"; 22 22 changelog = "https://github.com/kevinburke/go-bindata/blob/v${version}/CHANGELOG.md"; 23 23 description = "A small utility which generates Go code from any file, useful for embedding binary data in a Go program"; 24 - maintainers = with maintainers; [ cstrahan ]; 24 + maintainers = with maintainers; [ ]; 25 25 license = licenses.cc0; 26 26 }; 27 27 }
+1 -1
pkgs/development/tools/misc/chruby/default.nix
··· 37 37 description = "Changes the current Ruby"; 38 38 homepage = "https://github.com/postmodern/chruby"; 39 39 license = licenses.mit; 40 - maintainers = with maintainers; [ cstrahan ]; 40 + maintainers = with maintainers; [ ]; 41 41 mainProgram = "chruby-exec"; 42 42 platforms = platforms.unix; 43 43 };
+1 -1
pkgs/development/tools/misc/ycmd/default.nix
··· 91 91 description = "A code-completion and comprehension server"; 92 92 homepage = "https://github.com/ycm-core/ycmd"; 93 93 license = licenses.gpl3; 94 - maintainers = with maintainers; [ rasendubi cstrahan lnl7 siriobalmelli ]; 94 + maintainers = with maintainers; [ rasendubi lnl7 siriobalmelli ]; 95 95 platforms = platforms.all; 96 96 }; 97 97 }
+1 -1
pkgs/development/tools/packer/default.nix
··· 31 31 description = "A tool for creating identical machine images for multiple platforms from a single source configuration"; 32 32 homepage = "https://www.packer.io"; 33 33 license = licenses.mpl20; 34 - maintainers = with maintainers; [ cstrahan zimbatm ma27 techknowlogick qjoly ]; 34 + maintainers = with maintainers; [ zimbatm ma27 techknowlogick qjoly ]; 35 35 changelog = "https://github.com/hashicorp/packer/blob/v${version}/CHANGELOG.md"; 36 36 }; 37 37 }
+1 -1
pkgs/development/tools/watchman/default.nix
··· 99 99 meta = with lib; { 100 100 description = "Watches files and takes action when they change"; 101 101 homepage = "https://facebook.github.io/watchman"; 102 - maintainers = with maintainers; [ cstrahan kylesferrazza ]; 102 + maintainers = with maintainers; [ kylesferrazza ]; 103 103 platforms = platforms.unix; 104 104 license = licenses.mit; 105 105 };
+1 -1
pkgs/misc/cups/drivers/cnijfilter2/default.nix
··· 145 145 homepage = "https://hk.canon/en/support/0101048401/1"; 146 146 license = licenses.unfree; 147 147 platforms = [ "i686-linux" "x86_64-linux" ]; 148 - maintainers = with maintainers; [ cstrahan ]; 148 + maintainers = with maintainers; [ ]; 149 149 }; 150 150 }
+1 -1
pkgs/misc/mnemonicode/default.nix
··· 22 22 ''; 23 23 license = licenses.mit; 24 24 platforms = platforms.all; 25 - maintainers = [ maintainers.cstrahan ]; 25 + maintainers = [ ]; 26 26 }; 27 27 }
+1 -1
pkgs/misc/scrcpy/default.nix
··· 72 72 ]; 73 73 license = licenses.asl20; 74 74 platforms = platforms.unix; 75 - maintainers = with maintainers; [ deltaevo lukeadams msfjarvis ]; 75 + maintainers = with maintainers; [ deltaevo msfjarvis ]; 76 76 }; 77 77 }
+1 -1
pkgs/os-specific/linux/eventstat/default.nix
··· 23 23 homepage = "https://github.com/ColinIanKing/eventstat"; 24 24 license = licenses.gpl2; 25 25 platforms = platforms.linux; 26 - maintainers = with maintainers; [ cstrahan ]; 26 + maintainers = with maintainers; [ ]; 27 27 }; 28 28 }
+1 -1
pkgs/os-specific/linux/iomelt/default.nix
··· 20 20 meta = with lib; { 21 21 description = "A simple yet effective way to benchmark disk IO in Linux systems"; 22 22 homepage = "http://www.iomelt.com"; 23 - maintainers = with maintainers; [ cstrahan ]; 23 + maintainers = with maintainers; [ ]; 24 24 license = licenses.artistic2; 25 25 platforms = platforms.linux; 26 26 };
+1 -1
pkgs/os-specific/linux/mbpfan/default.nix
··· 19 19 homepage = "https://github.com/dgraziotin/mbpfan"; 20 20 license = licenses.gpl3; 21 21 platforms = platforms.linux; 22 - maintainers = with maintainers; [ cstrahan ]; 22 + maintainers = with maintainers; [ ]; 23 23 }; 24 24 }
+1 -1
pkgs/os-specific/linux/pipework/default.nix
··· 22 22 homepage = "https://github.com/jpetazzo/pipework"; 23 23 license = licenses.asl20; 24 24 platforms = platforms.linux; 25 - maintainers = with maintainers; [ cstrahan ]; 25 + maintainers = with maintainers; [ ]; 26 26 }; 27 27 }
+1 -1
pkgs/os-specific/linux/xsensors/default.nix
··· 18 18 meta = with lib; { 19 19 license = licenses.gpl2; 20 20 platforms = platforms.linux; 21 - maintainers = with maintainers; [ cstrahan ]; 21 + maintainers = with maintainers; [ ]; 22 22 }; 23 23 }
+169 -61
pkgs/servers/home-assistant/component-packages.nix
··· 2 2 # Do not edit! 3 3 4 4 { 5 - version = "2023.9.3"; 5 + version = "2023.10.0"; 6 6 components = { 7 7 "3_day_blinds" = ps: with ps; [ 8 8 ]; ··· 79 79 pyserial 80 80 pyudev 81 81 sqlalchemy 82 - webrtcvad 82 + webrtc-noise-gain 83 83 zeroconf 84 84 ]; 85 85 "airtouch4" = ps: with ps; [ ··· 200 200 aqualogic 201 201 ]; 202 202 "aquostv" = ps: with ps; [ 203 - ]; # missing inputs: sharp-aquos-rc 203 + ]; # missing inputs: sharp_aquos_rc 204 204 "aranet" = ps: with ps; [ 205 205 aioesphomeapi 206 206 aiohttp-cors ··· 224 224 pyserial 225 225 pyudev 226 226 sqlalchemy 227 - webrtcvad 227 + webrtc-noise-gain 228 228 zeroconf 229 229 ]; 230 230 "arcam_fmj" = ps: with ps; [ ··· 251 251 hassil 252 252 home-assistant-intents 253 253 mutagen 254 - webrtcvad 254 + webrtc-noise-gain 255 255 ]; 256 256 "asterisk_cdr" = ps: with ps; [ 257 257 asterisk-mbox ··· 395 395 pyserial 396 396 pyudev 397 397 sqlalchemy 398 - webrtcvad 398 + webrtc-noise-gain 399 399 zeroconf 400 400 ]; 401 401 "blueprint" = ps: with ps; [ ··· 439 439 pyserial 440 440 pyudev 441 441 sqlalchemy 442 - webrtcvad 442 + webrtc-noise-gain 443 443 zeroconf 444 444 ]; 445 445 "bluetooth_le_tracker" = ps: with ps; [ ··· 464 464 pyserial 465 465 pyudev 466 466 sqlalchemy 467 - webrtcvad 467 + webrtc-noise-gain 468 468 zeroconf 469 469 ]; 470 470 "bluetooth_tracker" = ps: with ps; [ ··· 540 540 pyserial 541 541 pyudev 542 542 sqlalchemy 543 - webrtcvad 543 + webrtc-noise-gain 544 544 zeroconf 545 545 ]; 546 546 "bticino" = ps: with ps; [ ··· 581 581 pychromecast 582 582 pyturbojpeg 583 583 sqlalchemy 584 - webrtcvad 584 + webrtc-noise-gain 585 585 zeroconf 586 586 ]; 587 587 "cert_expiry" = ps: with ps; [ ··· 620 620 home-assistant-intents 621 621 mutagen 622 622 pyturbojpeg 623 - webrtcvad 623 + webrtc-noise-gain 624 624 ]; 625 625 "cloudflare" = ps: with ps; [ 626 626 pycfdns ··· 754 754 scapy 755 755 securetar 756 756 sqlalchemy 757 - webrtcvad 757 + webrtc-noise-gain 758 758 zeroconf 759 759 ]; 760 760 "delijn" = ps: with ps; [ ··· 895 895 pyserial 896 896 pyudev 897 897 sqlalchemy 898 - webrtcvad 898 + webrtc-noise-gain 899 899 zeroconf 900 900 ]; 901 901 "dovado" = ps: with ps; [ ··· 956 956 "ecobee" = ps: with ps; [ 957 957 python-ecobee-api 958 958 ]; 959 + "ecoforest" = ps: with ps; [ 960 + ]; # missing inputs: pyecoforest 959 961 "econet" = ps: with ps; [ 960 962 pyeconet 961 963 ]; ··· 1052 1054 "enigma2" = ps: with ps; [ 1053 1055 openwebifpy 1054 1056 ]; 1057 + "enmax" = ps: with ps; [ 1058 + ]; 1055 1059 "enocean" = ps: with ps; [ 1056 1060 enocean 1057 1061 ]; ··· 1098 1102 pyserial 1099 1103 pyudev 1100 1104 sqlalchemy 1101 - webrtcvad 1105 + webrtc-noise-gain 1102 1106 zeroconf 1103 1107 ]; # missing inputs: python-eq3bt 1104 1108 "escea" = ps: with ps; [ ··· 1126 1130 pyserial 1127 1131 pyudev 1128 1132 sqlalchemy 1129 - webrtcvad 1133 + webrtc-noise-gain 1130 1134 zeroconf 1131 1135 ]; 1132 1136 "etherscan" = ps: with ps; [ ··· 1157 1161 pyserial 1158 1162 pyudev 1159 1163 sqlalchemy 1160 - webrtcvad 1164 + webrtc-noise-gain 1161 1165 zeroconf 1162 1166 ]; 1163 1167 "event" = ps: with ps; [ ··· 1269 1273 pyserial 1270 1274 pyudev 1271 1275 sqlalchemy 1272 - webrtcvad 1276 + webrtc-noise-gain 1273 1277 zeroconf 1274 1278 ]; 1275 1279 "fleetgo" = ps: with ps; [ ··· 1410 1414 pyserial 1411 1415 pyudev 1412 1416 sqlalchemy 1413 - webrtcvad 1417 + webrtc-noise-gain 1414 1418 zeroconf 1415 - ]; # missing inputs: gardena_bluetooth 1419 + ]; # missing inputs: gardena-bluetooth 1416 1420 "gaviota" = ps: with ps; [ 1417 1421 ]; 1418 1422 "gc100" = ps: with ps; [ ··· 1563 1567 pyserial 1564 1568 pyudev 1565 1569 sqlalchemy 1566 - webrtcvad 1570 + webrtc-noise-gain 1567 1571 zeroconf 1568 1572 ]; 1569 1573 "gpsd" = ps: with ps; [ ··· 1694 1698 psutil-home-assistant 1695 1699 pyserial 1696 1700 pyserial-asyncio 1701 + pyserial-asyncio-fast 1697 1702 pyudev 1698 1703 sqlalchemy 1699 1704 universal-silabs-flasher ··· 1713 1718 psutil-home-assistant 1714 1719 pyserial 1715 1720 pyserial-asyncio 1721 + pyserial-asyncio-fast 1716 1722 pyudev 1717 1723 sqlalchemy 1718 1724 universal-silabs-flasher ··· 1732 1738 psutil-home-assistant 1733 1739 pyserial 1734 1740 pyserial-asyncio 1741 + pyserial-asyncio-fast 1735 1742 pyudev 1736 1743 sqlalchemy 1737 1744 universal-silabs-flasher ··· 1751 1758 psutil-home-assistant 1752 1759 pyserial 1753 1760 pyserial-asyncio 1761 + pyserial-asyncio-fast 1754 1762 pyudev 1755 1763 sqlalchemy 1756 1764 universal-silabs-flasher ··· 1799 1807 python-otbr-api 1800 1808 pyudev 1801 1809 sqlalchemy 1802 - webrtcvad 1810 + webrtc-noise-gain 1803 1811 zeroconf 1804 1812 ]; 1805 1813 "homematic" = ps: with ps; [ ··· 1889 1897 pyserial 1890 1898 pyudev 1891 1899 sqlalchemy 1892 - webrtcvad 1900 + webrtc-noise-gain 1893 1901 zeroconf 1894 1902 ]; 1895 1903 "icloud" = ps: with ps; [ 1896 1904 pyicloud 1897 1905 ]; 1906 + "idasen_desk" = ps: with ps; [ 1907 + aioesphomeapi 1908 + aiohttp-cors 1909 + aioruuvigateway 1910 + aioshelly 1911 + async-interrupt 1912 + bleak 1913 + bleak-retry-connector 1914 + bluetooth-adapters 1915 + bluetooth-auto-recovery 1916 + bluetooth-data-tools 1917 + dbus-fast 1918 + esphome-dashboard-api 1919 + fnv-hash-fast 1920 + hassil 1921 + home-assistant-intents 1922 + ifaddr 1923 + mutagen 1924 + psutil-home-assistant 1925 + pyserial 1926 + pyudev 1927 + sqlalchemy 1928 + webrtc-noise-gain 1929 + zeroconf 1930 + ]; # missing inputs: idasen-ha 1898 1931 "idteck_prox" = ps: with ps; [ 1899 1932 ]; # missing inputs: rfk101py 1900 1933 "ifttt" = ps: with ps; [ ··· 1958 1991 pyserial 1959 1992 pyudev 1960 1993 sqlalchemy 1961 - webrtcvad 1994 + webrtc-noise-gain 1962 1995 zeroconf 1963 1996 ]; 1964 1997 "input_boolean" = ps: with ps; [ ··· 2098 2131 pyserial 2099 2132 pyudev 2100 2133 sqlalchemy 2101 - webrtcvad 2134 + webrtc-noise-gain 2102 2135 zeroconf 2103 2136 ]; 2104 2137 "keyboard" = ps: with ps; [ ··· 2130 2163 pyserial 2131 2164 pyudev 2132 2165 sqlalchemy 2133 - webrtcvad 2166 + webrtc-noise-gain 2134 2167 zeroconf 2135 2168 ]; 2136 2169 "kira" = ps: with ps; [ ··· 2240 2273 pyserial 2241 2274 pyudev 2242 2275 sqlalchemy 2243 - webrtcvad 2276 + webrtc-noise-gain 2244 2277 zeroconf 2245 2278 ]; 2246 2279 "led_ble" = ps: with ps; [ ··· 2266 2299 pyserial 2267 2300 pyudev 2268 2301 sqlalchemy 2269 - webrtcvad 2302 + webrtc-noise-gain 2270 2303 zeroconf 2271 2304 ]; 2272 2305 "legrand" = ps: with ps; [ ··· 2372 2405 home-assistant-intents 2373 2406 mutagen 2374 2407 pyturbojpeg 2375 - webrtcvad 2408 + webrtc-noise-gain 2376 2409 ]; # missing inputs: loqedAPI 2377 2410 "lovelace" = ps: with ps; [ 2378 2411 ]; ··· 2435 2468 mastodon-py 2436 2469 ]; 2437 2470 "matrix" = ps: with ps; [ 2438 - matrix-client 2471 + matrix-nio 2472 + pillow 2439 2473 ]; 2440 2474 "matter" = ps: with ps; [ 2441 2475 aiohttp-cors ··· 2453 2487 "meater" = ps: with ps; [ 2454 2488 meater-python 2455 2489 ]; 2490 + "medcom_ble" = ps: with ps; [ 2491 + aioesphomeapi 2492 + aiohttp-cors 2493 + aioruuvigateway 2494 + aioshelly 2495 + async-interrupt 2496 + bleak 2497 + bleak-retry-connector 2498 + bluetooth-adapters 2499 + bluetooth-auto-recovery 2500 + bluetooth-data-tools 2501 + dbus-fast 2502 + esphome-dashboard-api 2503 + fnv-hash-fast 2504 + hassil 2505 + home-assistant-intents 2506 + ifaddr 2507 + mutagen 2508 + psutil-home-assistant 2509 + pyserial 2510 + pyudev 2511 + sqlalchemy 2512 + webrtc-noise-gain 2513 + zeroconf 2514 + ]; # missing inputs: medcom-ble 2456 2515 "media_extractor" = ps: with ps; [ 2457 2516 aiohttp-cors 2458 2517 yt-dlp ··· 2493 2552 pyserial 2494 2553 pyudev 2495 2554 sqlalchemy 2496 - webrtcvad 2555 + webrtc-noise-gain 2497 2556 zeroconf 2498 2557 ]; # missing inputs: melnor-bluetooth 2499 2558 "meraki" = ps: with ps; [ ··· 2548 2607 "min_max" = ps: with ps; [ 2549 2608 ]; 2550 2609 "minecraft_server" = ps: with ps; [ 2551 - aiodns 2552 - getmac 2553 2610 mcstatus 2554 2611 ]; 2555 2612 "minio" = ps: with ps; [ ··· 2580 2637 pyserial 2581 2638 pyudev 2582 2639 sqlalchemy 2583 - webrtcvad 2640 + webrtc-noise-gain 2584 2641 zeroconf 2585 2642 ]; 2586 2643 "mobile_app" = ps: with ps; [ ··· 2595 2652 pynacl 2596 2653 pyturbojpeg 2597 2654 sqlalchemy 2598 - webrtcvad 2655 + webrtc-noise-gain 2599 2656 ]; 2600 2657 "mochad" = ps: with ps; [ 2601 2658 ]; # missing inputs: pymochad ··· 2647 2704 pyserial 2648 2705 pyudev 2649 2706 sqlalchemy 2650 - webrtcvad 2707 + webrtc-noise-gain 2651 2708 zeroconf 2652 2709 ]; 2653 2710 "motion_blinds" = ps: with ps; [ ··· 2712 2769 sqlalchemy 2713 2770 ]; 2714 2771 "myq" = ps: with ps; [ 2715 - pymyq 2716 - ]; 2772 + ]; # missing inputs: python-myq 2717 2773 "mysensors" = ps: with ps; [ 2718 2774 aiohttp-cors 2719 2775 janus ··· 2771 2827 pyatmo 2772 2828 pyturbojpeg 2773 2829 sqlalchemy 2774 - webrtcvad 2830 + webrtc-noise-gain 2775 2831 ]; 2776 2832 "netdata" = ps: with ps; [ 2777 2833 netdata ··· 3014 3070 pyserial 3015 3071 pyudev 3016 3072 sqlalchemy 3017 - webrtcvad 3073 + webrtc-noise-gain 3018 3074 zeroconf 3019 3075 ]; 3020 3076 "oru" = ps: with ps; [ ··· 3037 3093 pyroute2 3038 3094 pyserial 3039 3095 pyserial-asyncio 3096 + pyserial-asyncio-fast 3040 3097 python-otbr-api 3041 3098 pyudev 3042 3099 sqlalchemy ··· 3068 3125 paho-mqtt 3069 3126 pynacl 3070 3127 pyturbojpeg 3071 - webrtcvad 3128 + webrtc-noise-gain 3072 3129 ]; 3073 3130 "p1_monitor" = ps: with ps; [ 3074 3131 p1monitor ··· 3153 3210 mutagen 3154 3211 pyplaato 3155 3212 pyturbojpeg 3156 - webrtcvad 3213 + webrtc-noise-gain 3157 3214 ]; 3158 3215 "plant" = ps: with ps; [ 3159 3216 fnv-hash-fast ··· 3184 3241 "powerwall" = ps: with ps; [ 3185 3242 tesla-powerwall 3186 3243 ]; 3244 + "private_ble_device" = ps: with ps; [ 3245 + aioesphomeapi 3246 + aiohttp-cors 3247 + aioruuvigateway 3248 + aioshelly 3249 + async-interrupt 3250 + bleak 3251 + bleak-retry-connector 3252 + bluetooth-adapters 3253 + bluetooth-auto-recovery 3254 + bluetooth-data-tools 3255 + dbus-fast 3256 + esphome-dashboard-api 3257 + fnv-hash-fast 3258 + hassil 3259 + home-assistant-intents 3260 + ifaddr 3261 + mutagen 3262 + psutil-home-assistant 3263 + pyserial 3264 + pyudev 3265 + sqlalchemy 3266 + webrtc-noise-gain 3267 + zeroconf 3268 + ]; 3187 3269 "profiler" = ps: with ps; [ 3188 3270 guppy3 3189 3271 objgraph ··· 3273 3355 pyudev 3274 3356 qingping-ble 3275 3357 sqlalchemy 3276 - webrtcvad 3358 + webrtc-noise-gain 3277 3359 zeroconf 3278 3360 ]; 3279 3361 "qld_bushfire" = ps: with ps; [ ··· 3308 3390 mutagen 3309 3391 pyturbojpeg 3310 3392 rachiopy 3311 - webrtcvad 3393 + webrtc-noise-gain 3312 3394 ]; 3313 3395 "radarr" = ps: with ps; [ 3314 3396 aiopyarr ··· 3357 3439 pyudev 3358 3440 rapt-ble 3359 3441 sqlalchemy 3360 - webrtcvad 3442 + webrtc-noise-gain 3361 3443 zeroconf 3362 3444 ]; 3363 3445 "raspberry_pi" = ps: with ps; [ ··· 3481 3563 ]; 3482 3564 "ruckus_unleashed" = ps: with ps; [ 3483 3565 aioruckus 3484 - xmltodict 3485 3566 ]; 3486 3567 "russound_rio" = ps: with ps; [ 3487 3568 ]; # missing inputs: russound-rio ··· 3525 3606 pyudev 3526 3607 ruuvitag-ble 3527 3608 sqlalchemy 3528 - webrtcvad 3609 + webrtc-noise-gain 3529 3610 zeroconf 3530 3611 ]; 3531 3612 "rympro" = ps: with ps; [ ··· 3546 3627 psutil-home-assistant 3547 3628 pyturbojpeg 3548 3629 sqlalchemy 3549 - webrtcvad 3630 + webrtc-noise-gain 3550 3631 ]; 3551 3632 "saj" = ps: with ps; [ 3552 3633 pysaj ··· 3636 3717 pyudev 3637 3718 sensirion-ble 3638 3719 sqlalchemy 3639 - webrtcvad 3720 + webrtc-noise-gain 3640 3721 zeroconf 3641 3722 ]; 3642 3723 "sensor" = ps: with ps; [ ··· 3669 3750 pyudev 3670 3751 sensorpro-ble 3671 3752 sqlalchemy 3672 - webrtcvad 3753 + webrtc-noise-gain 3673 3754 zeroconf 3674 3755 ]; 3675 3756 "sensorpush" = ps: with ps; [ ··· 3695 3776 pyudev 3696 3777 sensorpush-ble 3697 3778 sqlalchemy 3698 - webrtcvad 3779 + webrtc-noise-gain 3699 3780 zeroconf 3700 3781 ]; 3701 3782 "sentry" = ps: with ps; [ ··· 3833 3914 pysmartapp 3834 3915 pysmartthings 3835 3916 pyturbojpeg 3836 - webrtcvad 3917 + webrtc-noise-gain 3837 3918 ]; 3838 3919 "smarttub" = ps: with ps; [ 3839 3920 python-smarttub ··· 3880 3961 pysnooz 3881 3962 pyudev 3882 3963 sqlalchemy 3883 - webrtcvad 3964 + webrtc-noise-gain 3884 3965 zeroconf 3885 3966 ]; 3886 3967 "solaredge" = ps: with ps; [ ··· 4071 4152 pyswitchbot 4072 4153 pyudev 4073 4154 sqlalchemy 4074 - webrtcvad 4155 + webrtc-noise-gain 4075 4156 zeroconf 4076 4157 ]; 4158 + "switchbot_cloud" = ps: with ps; [ 4159 + ]; # missing inputs: switchbot-api 4077 4160 "switcher_kis" = ps: with ps; [ 4078 4161 aioswitcher 4079 4162 ]; ··· 4202 4285 pyudev 4203 4286 sqlalchemy 4204 4287 thermobeacon-ble 4205 - webrtcvad 4288 + webrtc-noise-gain 4206 4289 zeroconf 4207 4290 ]; 4208 4291 "thermoplus" = ps: with ps; [ ··· 4230 4313 pyudev 4231 4314 sqlalchemy 4232 4315 thermopro-ble 4233 - webrtcvad 4316 + webrtc-noise-gain 4234 4317 zeroconf 4235 4318 ]; 4236 4319 "thermoworks_smoke" = ps: with ps; [ ··· 4290 4373 pyudev 4291 4374 sqlalchemy 4292 4375 tilt-ble 4293 - webrtcvad 4376 + webrtc-noise-gain 4294 4377 zeroconf 4295 4378 ]; 4296 4379 "time" = ps: with ps; [ ··· 4323 4406 mutagen 4324 4407 pyturbojpeg 4325 4408 toonapi 4326 - webrtcvad 4409 + webrtc-noise-gain 4327 4410 ]; 4328 4411 "torque" = ps: with ps; [ 4329 4412 aiohttp-cors ··· 4410 4493 ttls 4411 4494 ]; 4412 4495 "twitch" = ps: with ps; [ 4496 + aiohttp-cors 4497 + fnv-hash-fast 4498 + psutil-home-assistant 4499 + sqlalchemy 4413 4500 twitchapi 4414 4501 ]; 4415 4502 "twitter" = ps: with ps; [ ··· 4427 4514 "ukraine_alarm" = ps: with ps; [ 4428 4515 uasiren 4429 4516 ]; 4517 + "ultraloq" = ps: with ps; [ 4518 + ]; 4430 4519 "unifi" = ps: with ps; [ 4431 4520 aiounifi 4432 4521 ]; ··· 4557 4646 hassil 4558 4647 home-assistant-intents 4559 4648 mutagen 4560 - webrtcvad 4649 + webrtc-noise-gain 4561 4650 ]; # missing inputs: voip-utils 4562 4651 "volkszaehler" = ps: with ps; [ 4563 4652 volkszaehler ··· 4602 4691 ]; 4603 4692 "weather" = ps: with ps; [ 4604 4693 ]; 4694 + "weatherflow" = ps: with ps; [ 4695 + pyweatherflowudp 4696 + ]; 4697 + "weatherkit" = ps: with ps; [ 4698 + ]; # missing inputs: apple_weatherkit 4605 4699 "webhook" = ps: with ps; [ 4606 4700 aiohttp-cors 4607 4701 ]; ··· 4636 4730 "withings" = ps: with ps; [ 4637 4731 aiohttp-cors 4638 4732 fnv-hash-fast 4733 + hass-nabucasa 4734 + hassil 4735 + home-assistant-intents 4736 + mutagen 4639 4737 psutil-home-assistant 4738 + pyturbojpeg 4640 4739 sqlalchemy 4740 + webrtc-noise-gain 4641 4741 withings-api 4642 4742 ]; 4643 4743 "wiz" = ps: with ps; [ ··· 4710 4810 pyserial 4711 4811 pyudev 4712 4812 sqlalchemy 4713 - webrtcvad 4813 + webrtc-noise-gain 4714 4814 xiaomi-ble 4715 4815 zeroconf 4716 4816 ]; ··· 4754 4854 pyserial 4755 4855 pyudev 4756 4856 sqlalchemy 4757 - webrtcvad 4857 + webrtc-noise-gain 4758 4858 yalexs-ble 4759 4859 zeroconf 4760 4860 ]; ··· 4844 4944 psutil-home-assistant 4845 4945 pyserial 4846 4946 pyserial-asyncio 4947 + pyserial-asyncio-fast 4847 4948 pyudev 4848 4949 sqlalchemy 4849 4950 universal-silabs-flasher ··· 4894 4995 "adguard" 4895 4996 "advantage_air" 4896 4997 "aemet" 4998 + "aftership" 4897 4999 "agent_dvr" 4898 5000 "air_quality" 4899 5001 "airly" ··· 5071 5173 "filter" 5072 5174 "fireservicerota" 5073 5175 "firmata" 5176 + "fitbit" 5074 5177 "fivem" 5075 5178 "fjaraskupan" 5076 5179 "flic" ··· 5168 5271 "humidifier" 5169 5272 "hunterdouglas_powerview" 5170 5273 "hvv_departures" 5274 + "hydrawise" 5171 5275 "hyperion" 5172 5276 "ialarm" 5173 5277 "iaqualink" ··· 5252 5356 "mailgun" 5253 5357 "manual" 5254 5358 "manual_mqtt" 5359 + "matrix" 5255 5360 "matter" 5256 5361 "maxcube" 5257 5362 "mazda" 5258 5363 "meater" 5364 + "media_extractor" 5259 5365 "media_player" 5260 5366 "media_source" 5261 5367 "melcloud" ··· 5292 5398 "mullvad" 5293 5399 "mutesync" 5294 5400 "my" 5295 - "myq" 5296 5401 "mysensors" 5297 5402 "mystrom" 5298 5403 "mythicbeastsdns" ··· 5372 5477 "point" 5373 5478 "poolsense" 5374 5479 "powerwall" 5480 + "private_ble_device" 5375 5481 "profiler" 5376 5482 "prometheus" 5377 5483 "prosegur" ··· 5603 5709 "wake_on_lan" 5604 5710 "wake_word" 5605 5711 "wallbox" 5712 + "waqi" 5606 5713 "water_heater" 5607 5714 "watttime" 5608 5715 "waze_travel_time" 5609 5716 "weather" 5717 + "weatherflow" 5610 5718 "webhook" 5611 5719 "webostv" 5612 5720 "websocket_api"
+3 -23
pkgs/servers/home-assistant/default.nix
··· 194 194 }; 195 195 }); 196 196 197 - plexapi = super.plexapi.overridePythonAttrs (oldAttrs: rec { 198 - version = "4.13.2"; 199 - src = fetchFromGitHub { 200 - owner = "pkkid"; 201 - repo = "python-plexapi"; 202 - rev = "refs/tags/${version}"; 203 - hash = "sha256-5YwINPgQ4efZBvu5McsLYicW/7keKSi011lthJUR9zw="; 204 - }; 205 - }); 206 - 207 197 # Pinned due to API changes in 0.1.0 208 198 poolsense = super.poolsense.overridePythonAttrs (oldAttrs: rec { 209 199 version = "0.0.8"; ··· 413 403 }; 414 404 }); 415 405 416 - zeroconf = super.zeroconf.overridePythonAttrs (oldAttrs: rec { 417 - version = "0.98.0"; 418 - src = fetchFromGitHub { 419 - owner = "python-zeroconf"; 420 - repo = "python-zeroconf"; 421 - rev = "refs/tags/${version}"; 422 - hash = "sha256-oajSXGQTsJsajRAnS/MkkbSyxTeVvdjvw1eiJaPzZMY="; 423 - }; 424 - }); 425 - 426 406 # internal python packages only consumed by home-assistant itself 427 407 home-assistant-frontend = self.callPackage ./frontend.nix { }; 428 408 home-assistant-intents = self.callPackage ./intents.nix { }; ··· 447 427 extraBuildInputs = extraPackages python.pkgs; 448 428 449 429 # Don't forget to run parse-requirements.py after updating 450 - hassVersion = "2023.9.3"; 430 + hassVersion = "2023.10.0"; 451 431 452 432 in python.pkgs.buildPythonApplication rec { 453 433 pname = "homeassistant"; ··· 463 443 # Primary source is the pypi sdist, because it contains translations 464 444 src = fetchPypi { 465 445 inherit pname version; 466 - hash = "sha256-tcIGYJ+r2+0jnf3xUxnFdwnLiOK9P0Y6sw0Mpd/YIT0="; 446 + hash = "sha256-UmgIQJRQRDMzjUO9lJVpKsIvrFHBzoXc5Kig69ZHttU="; 467 447 }; 468 448 469 449 # Secondary source is git for tests ··· 471 451 owner = "home-assistant"; 472 452 repo = "core"; 473 453 rev = "refs/tags/${version}"; 474 - hash = "sha256-zAUMevj2xvRkhZg4wuHDz0+X//cEU/D/HmokmX9oeCU="; 454 + hash = "sha256-M8TuH9oF4+6PuHDCHiGWxSnrQcOw/OsJVSfX/8XfyIM="; 475 455 }; 476 456 477 457 nativeBuildInputs = with python.pkgs; [
+2 -2
pkgs/servers/home-assistant/frontend.nix
··· 4 4 # the frontend version corresponding to a specific home-assistant version can be found here 5 5 # https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/frontend/manifest.json 6 6 pname = "home-assistant-frontend"; 7 - version = "20230911.0"; 7 + version = "20231002.0"; 8 8 format = "wheel"; 9 9 10 10 src = fetchPypi { ··· 12 12 pname = "home_assistant_frontend"; 13 13 dist = "py3"; 14 14 python = "py3"; 15 - hash = "sha256-AcMZYjSbsBrfC0Oh5P+eruNILWdVmk46+p+8xLpqfuo="; 15 + hash = "sha256-19HFMuR7INHM805HwWyWS2qWXPOYuFjnpf0UP93tObg="; 16 16 }; 17 17 18 18 # there is nothing to strip in this package
+2 -2
pkgs/servers/home-assistant/intents.nix
··· 20 20 21 21 buildPythonPackage rec { 22 22 pname = "home-assistant-intents"; 23 - version = "2023.9.22"; 23 + version = "2023.10.2"; 24 24 format = "pyproject"; 25 25 26 26 disabled = pythonOlder "3.9"; ··· 29 29 owner = "home-assistant"; 30 30 repo = "intents-package"; 31 31 rev = "refs/tags/${version}"; 32 - hash = "sha256-n0IIWS5edh4XD/W9Eo88pal2+zJQtrHg74FSGvPIlPg="; 32 + hash = "sha256-4zaMDYHrUape+s9Z1nfGpud74pbkAeKBpJtmIyLdCjk="; 33 33 fetchSubmodules = true; 34 34 }; 35 35
+2 -2
pkgs/servers/home-assistant/stubs.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "homeassistant-stubs"; 11 - version = "2023.9.3"; 11 + version = "2023.10.0"; 12 12 format = "pyproject"; 13 13 14 14 disabled = python.version != home-assistant.python.version; ··· 17 17 owner = "KapJI"; 18 18 repo = "homeassistant-stubs"; 19 19 rev = "refs/tags/${version}"; 20 - hash = "sha256-dZOpfSfq47sGJJB6CvcBDlSLBG8EVAX8RMuNzbP7bTs="; 20 + hash = "sha256-/RVv2gfODAiG5mPteeHOleqkQwmamCfliCGrf1eSIr4="; 21 21 }; 22 22 23 23 nativeBuildInputs = [
+2
pkgs/servers/home-assistant/tests.nix
··· 5 5 let 6 6 # some components' tests have additional dependencies 7 7 extraCheckInputs = with home-assistant.python.pkgs; { 8 + airzone_cloud = [ aioairzone ]; 8 9 alexa = [ av ]; 9 10 bluetooth = [ pyswitchbot ]; 10 11 bthome = [ xiaomi-ble ]; ··· 19 20 homeassistant_sky_connect = [ bellows zha-quirks zigpy-deconz zigpy-xbee zigpy-zigate zigpy-znp zwave-js-server-python ]; 20 21 homeassistant_yellow = [ bellows zha-quirks zigpy-deconz zigpy-xbee zigpy-zigate zigpy-znp ]; 21 22 lovelace = [ pychromecast ]; 23 + matrix = [ pydantic ]; 22 24 mopeka = [ pyswitchbot ]; 23 25 nest = [ av ]; 24 26 onboarding = [ pymetno radios rpi-bad-power ];
+1 -1
pkgs/servers/http/spawn-fcgi/default.nix
··· 19 19 homepage = "https://redmine.lighttpd.net/projects/spawn-fcgi"; 20 20 description = "Provides an interface to external programs that support the FastCGI interface"; 21 21 license = licenses.bsd3; 22 - maintainers = with maintainers; [ cstrahan ]; 22 + maintainers = with maintainers; [ ]; 23 23 platforms = with platforms; unix; 24 24 }; 25 25 }
+1 -1
pkgs/servers/meteor/default.nix
··· 97 97 sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 98 98 license = licenses.mit; 99 99 platforms = builtins.attrNames srcs; 100 - maintainers = with maintainers; [ cstrahan ]; 100 + maintainers = with maintainers; [ ]; 101 101 }; 102 102 }
+1 -1
pkgs/servers/nosql/mongodb/mongodb.nix
··· 190 190 homepage = "http://www.mongodb.org"; 191 191 inherit license; 192 192 193 - maintainers = with maintainers; [ bluescreen303 offline cstrahan ]; 193 + maintainers = with maintainers; [ bluescreen303 offline ]; 194 194 platforms = subtractLists systems.doubles.i686 systems.doubles.unix; 195 195 broken = (versionOlder version "6.0" && stdenv.system == "aarch64-darwin"); 196 196 };
+1 -1
pkgs/servers/x11/xquartz/default.nix
··· 177 177 178 178 meta = with lib; { 179 179 platforms = platforms.darwin; 180 - maintainers = with maintainers; [ cstrahan ]; 180 + maintainers = with maintainers; [ ]; 181 181 license = licenses.mit; 182 182 }; 183 183 }
+1 -1
pkgs/servers/zookeeper/default.nix
··· 48 48 homepage = "https://zookeeper.apache.org"; 49 49 description = "Apache Zookeeper"; 50 50 license = licenses.asl20; 51 - maintainers = with maintainers; [ nathan-gs cstrahan pradeepchhetri ztzg ]; 51 + maintainers = with maintainers; [ nathan-gs pradeepchhetri ztzg ]; 52 52 platforms = platforms.unix; 53 53 }; 54 54 }
+1 -1
pkgs/tools/X11/go-sct/default.nix
··· 26 26 description = "Color temperature setting library and CLI that operates in a similar way to f.lux and Redshift"; 27 27 homepage = "https://github.com/d4l3k/go-sct"; 28 28 license = licenses.mit; 29 - maintainers = with maintainers; [ cstrahan ]; 29 + maintainers = with maintainers; [ ]; 30 30 mainProgram = "sct"; 31 31 }; 32 32 }
+15 -10
pkgs/tools/X11/ncview/default.nix
··· 8 8 , xorg 9 9 }: 10 10 11 - let 11 + stdenv.mkDerivation (finalAttrs: { 12 12 pname = "ncview"; 13 - version = "2.1.8"; 14 - 15 - in stdenv.mkDerivation { 16 - name = "${pname}-${version}"; 13 + version = "2.1.9"; 17 14 18 15 src = fetchurl { 19 - url = "ftp://cirrus.ucsd.edu/pub/ncview/ncview-2.1.8.tar.gz"; 20 - sha256 = "1gliziyxil2fcz85hj6z0jq33avrxdcjs74d500lhxwvgd8drfp8"; 16 + url = "https://cirrus.ucsd.edu/~pierce/ncview/ncview-${finalAttrs.version}.tar.gz"; 17 + hash = "sha256-4jF6wJSvYvCtz2hCHXBlgglDaq40RkCVnsiXWmRYka8="; 21 18 }; 22 19 20 + strictDeps = true; 21 + 22 + nativeBuildInputs = [ 23 + netcdf 24 + ]; 25 + 23 26 buildInputs = [ 24 27 expat 25 28 libpng ··· 34 37 35 38 meta = with lib; { 36 39 description = "Visual browser for netCDF format files"; 37 - homepage = "http://meteora.ucsd.edu/~pierce/ncview_home_page.html"; 38 - license = licenses.gpl3; 40 + homepage = "http://meteora.ucsd.edu/~pierce/ncview_home_page.html"; 41 + license = licenses.gpl3Plus; 42 + mainProgram = "ncview"; 39 43 maintainers = with maintainers; [ jmettes ]; 44 + platforms = platforms.all; 40 45 }; 41 - } 46 + })
+1 -1
pkgs/tools/admin/rset/default.nix
··· 43 43 changelog = "https://github.com/eradman/rset/raw/${version}/NEWS"; 44 44 license = licenses.isc; 45 45 platforms = platforms.unix; 46 - maintainers = with maintainers; [ cstrahan ]; 46 + maintainers = with maintainers; [ ]; 47 47 # 2023-08-19, fails to compile with glibc-2.38 because of strlcpy. 48 48 # At the time of writing, this was 4 minors behind already and 49 49 # the `paths.patch` didn't apply anymore, so this is now considered
+1 -1
pkgs/tools/filesystems/zkfuse/default.nix
··· 35 35 36 36 meta = with lib; { 37 37 platforms = platforms.linux; 38 - maintainers = with maintainers; [ cstrahan ztzg ]; 38 + maintainers = with maintainers; [ ztzg ]; 39 39 license = licenses.asl20; 40 40 }; 41 41 }
+1 -1
pkgs/tools/misc/dbus-map/default.nix
··· 22 22 homepage = "https://github.com/taviso/dbusmap"; 23 23 license = licenses.gpl2; 24 24 platforms = platforms.linux; 25 - maintainers = with maintainers; [ cstrahan ]; 25 + maintainers = with maintainers; [ ]; 26 26 }; 27 27 }
+1
pkgs/tools/misc/fzf/default.nix
··· 101 101 maintainers = with maintainers; [ Br1ght0ne ma27 zowoq ]; 102 102 platforms = platforms.unix; 103 103 changelog = "https://github.com/junegunn/fzf/blob/${version}/CHANGELOG.md"; 104 + mainProgram = "fzf"; 104 105 }; 105 106 }
+1 -1
pkgs/tools/misc/logstash/contrib.nix
··· 28 28 homepage = "https://github.com/elasticsearch/logstash-contrib"; 29 29 license = lib.licenses.asl20; 30 30 platforms = lib.platforms.unix; 31 - maintainers = with maintainers; [ cstrahan ]; 31 + maintainers = with maintainers; [ ]; 32 32 }; 33 33 }
+1 -1
pkgs/tools/misc/xsel/default.nix
··· 18 18 description = "Command-line program for getting and setting the contents of the X selection"; 19 19 homepage = "http://www.kfish.org/software/xsel"; 20 20 license = licenses.mit; 21 - maintainers = [ maintainers.cstrahan ]; 21 + maintainers = [ ]; 22 22 platforms = lib.platforms.unix; 23 23 }; 24 24 }
+1 -1
pkgs/tools/networking/biosdevname/default.nix
··· 23 23 description = "Udev helper for naming devices per BIOS names"; 24 24 license = licenses.gpl2; 25 25 platforms = ["x86_64-linux" "i686-linux"]; 26 - maintainers = with maintainers; [ cstrahan ]; 26 + maintainers = with maintainers; [ ]; 27 27 }; 28 28 }
+2 -2
pkgs/tools/networking/restish/default.nix
··· 10 10 11 11 buildGoModule rec { 12 12 pname = "restish"; 13 - version = "0.18.0"; 13 + version = "0.19.0"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "danielgtaylor"; 17 17 repo = "restish"; 18 18 rev = "refs/tags/v${version}"; 19 - hash = "sha256-DvI1pe4ONuIhSecJOhv6GKRzOYHo+jePqT8oYVvcKnM="; 19 + hash = "sha256-zAWlbfZywL8jepgmXBM5lacRv1N/+dBd+9vIavWAyNs="; 20 20 }; 21 21 22 22 vendorHash = "sha256-sUBqeLhpWUu1NfAmFQCKFHm8DQaB8LYRrFexvuF8vC8=";
+1 -1
pkgs/tools/package-management/apt/default.nix
··· 82 82 changelog = "https://salsa.debian.org/apt-team/apt/-/raw/${version}/debian/changelog"; 83 83 license = licenses.gpl2Plus; 84 84 platforms = platforms.linux; 85 - maintainers = with maintainers; [ cstrahan ]; 85 + maintainers = with maintainers; [ ]; 86 86 }; 87 87 }
+1 -1
pkgs/tools/security/doas/default.nix
··· 53 53 homepage = "https://github.com/Duncaen/OpenDoas"; 54 54 license = licenses.isc; 55 55 platforms = platforms.linux; 56 - maintainers = with maintainers; [ cole-h cstrahan ]; 56 + maintainers = with maintainers; [ cole-h ]; 57 57 }; 58 58 }
+1 -1
pkgs/tools/security/lastpass-cli/default.nix
··· 57 57 homepage = "https://github.com/lastpass/lastpass-cli"; 58 58 license = licenses.gpl2Plus; 59 59 platforms = platforms.unix; 60 - maintainers = with maintainers; [ cstrahan ]; 60 + maintainers = with maintainers; [ ]; 61 61 }; 62 62 }
+1 -1
pkgs/tools/security/mkpasswd/default.nix
··· 15 15 homepage = "https://packages.qa.debian.org/w/whois.html"; 16 16 description = "Overfeatured front-end to crypt, from the Debian whois package"; 17 17 license = licenses.gpl2; 18 - maintainers = with maintainers; [ cstrahan fpletz ]; 18 + maintainers = with maintainers; [ fpletz ]; 19 19 platforms = platforms.unix; 20 20 }; 21 21 }
+1 -1
pkgs/tools/system/nq/default.nix
··· 20 20 homepage = "https://github.com/chneukirchen/nq"; 21 21 license = licenses.publicDomain; 22 22 platforms = platforms.all; 23 - maintainers = with maintainers; [ cstrahan ]; 23 + maintainers = with maintainers; [ ]; 24 24 }; 25 25 }
+1 -1
pkgs/tools/system/psensor/default.nix
··· 28 28 homepage = "https://wpitchoune.net/psensor/"; 29 29 license = licenses.mit; 30 30 platforms = platforms.linux; 31 - maintainers = with maintainers; [ cstrahan ]; 31 + maintainers = with maintainers; [ ]; 32 32 }; 33 33 }
+1 -1
pkgs/tools/system/xe/default.nix
··· 18 18 homepage = "https://github.com/chneukirchen/xe"; 19 19 license = licenses.publicDomain; 20 20 platforms = platforms.all; 21 - maintainers = with maintainers; [ cstrahan ]; 21 + maintainers = with maintainers; [ ]; 22 22 }; 23 23 }
+2
pkgs/top-level/python-packages.nix
··· 10792 10792 10793 10793 pyserial-asyncio = callPackage ../development/python-modules/pyserial-asyncio { }; 10794 10794 10795 + pyserial-asyncio-fast = callPackage ../development/python-modules/pyserial-asyncio-fast { }; 10796 + 10795 10797 pyserial = callPackage ../development/python-modules/pyserial { }; 10796 10798 10797 10799 pysftp = callPackage ../development/python-modules/pysftp { };