about summary refs log tree commit diff
AgeCommit message (Collapse)AuthorFilesLines
2023-03-24kora-icon-theme: 1.5.4 -> 1.5.6José Romildo1-2/+2
2023-03-24Merge pull request #222803 from r-ryantm/auto-update/cudatextNikolay Korotkiy2-8/+8
cudatext: 1.187.1 -> 1.188.0
2023-03-24Merge pull request #222862 from developer-guy/feature/buildkit-upgradeMario Rodas1-2/+2
buildkit: 0.11.4 -> 0.11.5
2023-03-24Merge pull request #211603 from farcaller/fishRyan Lahfa1-1/+14
Assert that fish configuration is enabled if any user has fish as their shell
2023-03-24Merge pull request #222872 from r-ryantm/auto-update/v2ray-geoipNick Cao1-3/+3
v2ray-geoip: 202303160048 -> 202303230043
2023-03-24Merge pull request #222713 from markuskowa/fix-gpawmarkuskowa1-1/+2
python3Packages.gpaw: unbreak build
2023-03-24Merge pull request #217072 from SuperSandro2000/noisetorchSandro1-6/+3
noisetorch: 0.12.0 -> 0.12.2, remove meta.{insecure,knownVulnerabilit…
2023-03-24Merge pull request #222157 from fabaff/bluetooth-adapters-bumpFabian Affolter1-2/+2
python310Packages.bluetooth-adapters: 0.15.2 -> 0.15.3
2023-03-24Merge pull request #222735 from GaetanLepage/pnglatexWeijia Wang3-0/+31
python3Packages.pnglatex: init at 1.1
2023-03-24v2ray-geoip: 202303160048 -> 202303230043R. Ryantm1-3/+3
2023-03-24python3Packages.pnglatex: init at 1.1Gaetan Lepage3-0/+31
2023-03-24Merge pull request #215330 from soywod/masterNaïm Favier3-26/+45
himalaya: 0.6.0 -> 0.7.1
2023-03-24Merge pull request #222806 from r-ryantm/auto-update/kubedogAzat Bahawi1-3/+3
kubedog: 0.9.9 -> 0.9.11
2023-03-24Merge pull request #222577 from fabaff/reolink-aio-bumpFabian Affolter1-2/+2
python310Packages.reolink-aio: 0.5.5 -> 0.5.6
2023-03-24Merge pull request #222201 from fabaff/zeroconf-bumoFabian Affolter1-2/+2
python310Packages.zeroconf: 0.47.3 -> 0.47.4
2023-03-24olive-editor: don't use the alias openimageio2Vladimír Čunát1-2/+2
Otherwise evaluation won't work with allowAliases = false;
2023-03-24buildkit: 0.11.4 -> 0.11.5Batuhan Apaydın1-2/+2
Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com>
2023-03-24Merge pull request #222852 from amjoseph-nixpkgs/pr/wegank/platformsWeijia Wang1-4/+12
check-meta.nix: fix self-contradictory error messages
2023-03-24Merge pull request #222710 from MatthewCroughan/mc/olive-updateArnout Engelen2-12/+47
olive-editor: 1.2 -> 2023-03-20
2023-03-24Merge pull request #222638 from ↵Weijia Wang1-2/+2
r-ryantm/auto-update/python310Packages.azure-keyvault-keys python310Packages.azure-keyvault-keys: 4.7.0 -> 4.8.0
2023-03-24kubernetes: 1.26.1 -> 1.26.3zowoq1-3/+3
https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.26.md#changelog-since-v1261 https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.26.md#changelog-since-v1262
2023-03-24Merge pull request #222680 from wegank/mygui-bumpWeijia Wang1-3/+3
mygui: 3.4.0 -> 3.4.1
2023-03-24Merge pull request #222849 from r-ryantm/auto-update/python310Packages.scmrepoFabian Affolter1-2/+2
python310Packages.scmrepo: 0.1.15 -> 0.1.16
2023-03-24Merge pull request #222780 from fabaff/peaqevcore-bumpFabian Affolter1-2/+2
python310Packages.peaqevcore: 13.4.0 -> 13.4.1
2023-03-24sonic-lineup: fix build (#222408)Orivej Desh3-7/+23
2023-03-24check-meta.nix: fix self-contradictory error messagesAdam Joseph1-4/+12
See https://github.com/NixOS/nixpkgs/pull/222792#pullrequestreview-1356114111 You can't just `lib.filter _ lib.systems.all` -- that throws away important information, leading to nixpkgs disagreeing with itself like this: ``` $ NIXPKGS_ALLOW_BROKEN=1 nix-instantiate . -A pkgsStatic.systemd error: Package ‘systemd-252.5’ in ... is only supported on ... x86_64-linux but not on requested x86_64-linux, refusing to evaluate. ``` After: ``` $ NIXPKGS_ALLOW_BROKEN=1 nix-instantiate . -A pkgsStatic.systemd error: Package ‘systemd-252.5’ in ... is not available on the requested hostPlatform: hostPlatform.config = "x86_64-unknown-linux-musl" package.meta.platforms = [ "aarch64-linux" "armv5tel-linux" "armv6l-linux" "armv7a-linux" "armv7l-linux" "i686-linux" "m68k-linux" "microblaze-linux" "microblazeel-linux" "mipsel-linux" "mips64el-linux" "powerpc64-linux" "powerpc64le-linux" "riscv32-linux" "riscv64-linux" "s390-linux" "s390x-linux" "x86_64-linux" ] package.meta.badPlatforms = [ { isStatic = true; parsed = { }; } ] , refusing to evaluate. ```
2023-03-24lsp-plugins: 1.2.5 -> 1.2.6 (#222835)Orivej Desh1-127/+49
2023-03-24Merge pull request #176828 from therishidesai/luks-multi-key-filesWill Fancher4-4/+159
nixos/luksroot: add tryEmptyPassphrase option
2023-03-24Merge pull request #222682 from r-ryantm/auto-update/highlightWeijia Wang1-2/+2
highlight: 4.4 -> 4.5
2023-03-24Merge pull request #222809 from r-ryantm/auto-update/clj-kondoWeijia Wang1-2/+2
clj-kondo: 2023.02.17 -> 2023.03.17
2023-03-24Merge pull request #222828 from r-ryantm/auto-update/uncivWeijia Wang1-2/+2
unciv: 4.5.9 -> 4.5.10
2023-03-24Merge pull request #222825 from r-ryantm/auto-update/pritunl-clientWeijia Wang1-2/+2
pritunl-client: 1.3.3467.51 -> 1.3.3474.95
2023-03-24Merge pull request #222700 from r-ryantm/auto-update/frrWeijia Wang1-2/+2
frr: 8.4.2 -> 8.5
2023-03-24Merge pull request #222833 from andyscott/andy/monit-fix-on-darwinWeijia Wang1-2/+11
monit: add support for darwin
2023-03-24python310Packages.scmrepo: 0.1.15 -> 0.1.16R. Ryantm1-2/+2
2023-03-24Merge pull request #201136 from sdedovic/or-tools-darwinWeijia Wang1-2/+8
or-tools: add darwin support
2023-03-24Merge pull request #222844 from r-ryantm/auto-update/rocm-opencl-runtimeWeijia Wang1-1/+1
rocm-opencl-runtime: 5.4.3 -> 5.4.4
2023-03-24rustPlatform.importCargoLock: handle workspace Cargo.toml false positivesD Anzorge1-1/+9
Since we grep for 'workspace', it's possible the script ends up running on a Cargo.toml that has the word 'workspace' in a comment, but does not actually use workspaces
2023-03-24Merge pull request #215408 from astro/rust-sysrootzowoq3-6/+11
2023-03-23python310Packages.dateparser: 1.1.7 -> 1.1.8Robert Schütz1-2/+2
Diff: https://github.com/scrapinghub/dateparser/compare/refs/tags/v1.1.7...v1.1.8 Changelog: https://github.com/scrapinghub/dateparser/blob/refs/tags/v1.1.8/HISTORY.rst
2023-03-24terraform-providers.aws: 4.59.0 → 4.60.0github-actions[bot]1-3/+3
2023-03-24terraform-providers.yandex: 0.87.0 → 0.88.0github-actions[bot]1-3/+3
2023-03-24terraform-providers.tfe: 0.42.0 → 0.43.0github-actions[bot]1-3/+3
2023-03-24terraform-providers.sumologic: 2.21.0 → 2.22.0github-actions[bot]1-3/+3
2023-03-24terraform-providers.opentelekomcloud: 1.33.2 → 1.34.0github-actions[bot]1-3/+3
2023-03-24terraform-providers.kubernetes: 2.18.1 → 2.19.0github-actions[bot]1-2/+2
2023-03-24terraform-providers.dnsimple: 0.16.2 → 0.16.3github-actions[bot]1-3/+3
2023-03-24rocm-opencl-runtime: 5.4.3 -> 5.4.4R. Ryantm1-1/+1
2023-03-24Merge pull request #222556 from Alizter/ps/branch/git_ps_rs__6_5_0____6_6_0Nick Cao1-3/+3
git-ps-rs: 6.5.0 -> 6.6.0
2023-03-24Merge pull request #222587 from fabaff/pontos-bumpNick Cao1-3/+3
python310Packages.pontos: 23.3.5 -> 23.3.6