about summary refs log tree commit diff
AgeCommit message (Collapse)AuthorFilesLines
2023-11-11upnp-router-control: 0.3.3 -> 0.3.4R. Ryantm1-2/+2
2023-11-11Merge pull request #266866 from emilylange/unbreak-sharedownPeder Bergebakken Sundt1-12/+2
sharedown: unbreak build
2023-11-11Merge pull request #245394 from christoph-heiss/pkgs/sourcehuttomberek20-259/+314
sourcehut: update all component; lots of fixes
2023-11-11Merge pull request #266469 from ambroisie/fix-tandoor-recipesPeder Bergebakken Sundt2-25/+5
tandoor-recipes: fix `django-allauth`
2023-11-12Merge pull request #265256 from natsukium/line-profilerOTABI Tomoya5-12/+137
python311Packages.line-profiler: 4.0.2 -> 4.1.2; rename from line_profiler
2023-11-11nixos/tests/tandoor-recipes: use SQLiteBruno BELANYI1-25/+0
This is a work-around for getting the tests working until #216989 is fixed.
2023-11-11nix-prefetch-git: respect NETRCElliot Cameron2-1/+2
This script needs to support being run both as part of a `fetchgit` derivation and as a standalone, command-line tool. The use of `$NIX_BUILD_TOP` only works when used in `fetchgit` but not when invoked as a standalone tool. Instead we try to respect `$NETRC` so that the command-line invocation behaves more like standard tools and the `fetchgit` derivation can explicitly set `$NETRC` when `netrcPhase` is used to avoid all ambiguity.
2023-11-11mu: 1.10.7 -> 1.10.8Charlotte Van Petegem1-2/+2
https://github.com/djcb/mu/releases/tag/v1.10.8
2023-11-11Merge pull request #266610 from r-ryantm/auto-update/protoc-gen-grpc-webMario Rodas1-2/+2
protoc-gen-grpc-web: 1.4.2 -> 1.5.0
2023-11-11Merge pull request #266767 from marsam/update-luauMario Rodas1-4/+4
luau: 0.601 -> 0.603
2023-11-11Merge pull request #266223 from trofi/gusb-updateMario Rodas1-2/+2
gusb: 0.4.7 -> 0.4.8
2023-11-11Merge pull request #266546 from zeuner/supercollider-shellLily Foster1-1/+5
supercollider: use bash from nixpkgs for popen
2023-11-11Merge pull request #265719 from kira-bruneau/texlabDoron Behar1-4/+5
texlab: 5.10.1 -> 5.11.0
2023-11-11Merge pull request #231226 from FlorianFranzen/substrate-toolsDoron Behar2-0/+38
subxt: init at 0.31.0
2023-11-11Merge pull request #266245 from r-ryantm/auto-update/libsForQt5.qtutilitiesDoron Behar1-2/+2
libsForQt5.qtutilities: 6.13.1 -> 6.13.2
2023-11-11Merge pull request #216746 from NasaGeek/supercronicDoron Behar3-0/+45
supercronic: init at 0.2.27
2023-11-11Merge pull request #265712 from nbraud/nixos/sudo-rs/akkomaMaciej Krüger1-1/+1
2023-11-11Merge pull request #265727 from nbraud/nixos/sudo-rs/google_osloginMaciej Krüger1-0/+4
2023-11-11Merge pull request #265725 from nbraud/nixos/sudo-rs/gceMaciej Krüger1-0/+4
2023-11-11mpvScripts.thumbnail: Refactor with buildLuanicoo2-15/+6
2023-11-11Merge pull request #266495 from nbraud/mpvScripts/lunik1Maciej Krüger3-30/+10
2023-11-11zpaqfranz: 58.10 -> 58.11R. Ryantm1-2/+2
2023-11-11refind: 0.13.3.1 -> 0.14.0.2Samuel Dionne-Riel1-9/+2
Changelog - https://sourceforge.net/p/refind/code/ci/bf6c58c0b1e4be6548f1d1549e8074be72457582/tree/NEWS.txt
2023-11-11supercollider: use bash from nixpkgs for popenIsidor Zeuner1-1/+5
2023-11-11Merge pull request #266808 from r-ryantm/auto-update/nbtoonn1-2/+2
nb: 7.7.1 -> 7.8.0
2023-11-11Merge pull request #260755 from andersk/openafs-kernel-6.5Artturi1-0/+63
2023-11-12Merge pull request #266711 from Thornycrackers-Forks/masterOTABI Tomoya2-2/+2
python3Packages.python-jwt: rename to python3Packages.jwt
2023-11-12Merge pull request #266759 from r-ryantm/auto-update/python310Packages.pyjniusOTABI Tomoya1-2/+2
python310Packages.pyjnius: 1.6.0 -> 1.6.1
2023-11-11Merge pull request #264442 from anthonyroussel/update-url-redirectsK900111-162/+157
treewide: fix redirected and broken URLs
2023-11-12Merge pull request #266796 from r-ryantm/auto-update/python311Packages.nibeOTABI Tomoya1-4/+4
python311Packages.nibe: 2.4.1 -> 2.5.0
2023-11-11Merge pull request #266686 from r-ryantm/auto-update/whoisNick Cao2-17/+2
whois: 5.5.19 -> 5.5.20
2023-11-11sourcehut: fix postgresql database permission for postgresql >= 15Christoph Heiss1-0/+14
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-11-11Merge pull request #266835 from purcell/sqlint-0.3.0Mario Rodas3-12/+19
sqlint: 0.2.1 -> 0.3.0
2023-11-11manual: Fix QEMU_NET_OPTS VM-side address.Niklas Hambüchen2-2/+12
In my earlier commit manual: Don't suggest exposing VM port to local network. I made a side change titled Use `127.0.0.1` also on the VM side, otherwise connections to services that, in the VM, bind to `127.0.0.1` only (doing the safe approach) do not work. Unfortunately, that was wrong: QEMU inside the VM always communicates via the virtualised Ethernet interface, not via the VM's loopback interface. So trying to connect to `127.0.0.1` on the VM's side cannot work.
2023-11-11Merge pull request #266718 from ↵Nick Cao1-2/+2
r-ryantm/auto-update/obs-studio-plugins.obs-vkcapture obs-studio-plugins.obs-vkcapture: 1.4.4 -> 1.4.5
2023-11-11Merge pull request #266747 from NickCao/clashNick Cao4-53/+1
clash: drop as upstream has gone
2023-11-11Merge pull request #266779 from ↵Nick Cao1-4/+4
r-ryantm/auto-update/python310Packages.pytest-testmon python310Packages.pytest-testmon: 2.0.13 -> 2.1.0
2023-11-11Merge pull request #266771 from r-ryantm/auto-update/pbpctrlNick Cao1-3/+3
pbpctrl: 0.1.4 -> 0.1.5
2023-11-11Merge pull request #266785 from r-ryantm/auto-update/fn-cliNick Cao1-2/+2
fn-cli: 0.6.26 -> 0.6.28
2023-11-11Merge pull request #266786 from r-ryantm/auto-update/fxNick Cao1-3/+3
fx: 30.2.0 -> 31.0.0
2023-11-11Merge pull request #266791 from GoldsteinE/cargo-mommy-0.2Nick Cao1-3/+3
cargo-mommy: 0.1.1 -> 0.2
2023-11-11Merge pull request #266794 from natsukium/langchain/updateNick Cao2-9/+15
python311Packages.langchain: 0.325 -> 0.0.334; python311Packages.langsmith: 0.0.57 -> 0.0.63
2023-11-11Merge pull request #266751 from r-ryantm/auto-update/python310Packages.pydexcomNick Cao1-8/+17
python310Packages.pydexcom: 0.3.1 -> 0.3.2
2023-11-11Merge pull request #266724 from r-ryantm/auto-update/plutoNick Cao1-2/+2
pluto: 5.18.5 -> 5.18.6
2023-11-11sharedown: unbreak buildemilylange1-12/+2
fixes the following error message: ``` $ node-gyp rebuild info This package requires node-gyp, which is not currently installed. Yarn will attempt to automatically install it. If this fails, you can run "yarn global add node-gyp" to manually install it. [1/4] Resolving packages... error Failed to auto-install node-gyp. Please run "yarn global add node-gyp" manually. Error: "Couldn't find any versions for \"node-gyp\" that matches \"latest\" in our cache (possible versions are \"\"). This is usually caused by a missing entry in the lockfile, running Yarn without the --offline flag may help fix this issue." info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. ``` https://hydra.nixos.org/build/239684452
2023-11-11Merge pull request #266810 from ↵Nick Cao1-2/+2
r-ryantm/auto-update/python310Packages.python-lsp-ruff python310Packages.python-lsp-ruff: 1.5.2 -> 1.6.0
2023-11-11Merge pull request #266803 from natsukium/jupyterlab_launcher/removeNick Cao3-28/+1
python311Packages.jupyterlab_launcher: remove
2023-11-11Merge pull request #266641 from trofi/diffoscope-updateRyan Lahfa1-2/+2
2023-11-11Merge pull request #266768 from marsam/update-opentofuMario Rodas1-3/+3
opentofu: 1.6.0-alpha3 -> 1.6.0-alpha4
2023-11-11Merge pull request #266826 from natsukium/setuptools-trialMartin Weinelt5-6/+12
python311Packages.setuptools-trial: rename from setuptoolsTrial