Commit Graph
441727 Commits
Author SHA1 Message Date
Fabian AffolterandGitHub 2eb019b74f twitch-tui: add changelog to meta 2023-01-07 23:13:10 +01:00
Fabian AffolterandGitHub faa57a8d0d cargo-release: add changelog to meta 2023-01-07 23:11:00 +01:00
Fabian AffolterandGitHub f75fa4c83d Merge pull request #209518 from r-ryantm/auto-update/python310Packages.sqlmap
python310Packages.sqlmap: 1.6.12 -> 1.7
2023-01-07 23:10:30 +01:00
Fabian AffolterandGitHub 389fce69cb gobgpd: update rev 2023-01-07 23:07:32 +01:00
Fabian AffolterandGitHub 8fc3a165ee bacon: add changelog to meta 2023-01-07 23:05:46 +01:00
Fabian AffolterandGitHub 4bfbe8301a datree: add changelog to meta 2023-01-07 23:03:07 +01:00
figsodaandGitHub d53d65d130 Merge pull request #209554 from SuperSandro2000/mdcat
mdcat: 0.30.3 -> 1.0.0
2023-01-07 17:01:49 -05:00
figsoda 3d1afabefc docs: prefer maintainers: add commits to be in the same pull request 2023-01-07 17:00:32 -05:00
Fabian AffolterandGitHub f04951a467 cdk-go: add changelog to meta 2023-01-07 23:00:15 +01:00
Fabian AffolterandGitHub f8e39dbb14 Merge pull request #209441 from r-ryantm/auto-update/python310Packages.google-cloud-dlp
python310Packages.google-cloud-dlp: 3.10.0 -> 3.10.1
2023-01-07 22:57:16 +01:00
Thiago Kenji OkadaandGitHub 9a21e9a450 Merge pull request #209100 from thiagokokada/bump-pypy
pypy{27,38,39}: 7.3.9 -> 7.3.11
2023-01-07 21:51:59 +00:00
figsoda dc9ff73d2b cargo-modules: 0.7.2 -> 0.7.3
Diff: https://github.com/regexident/cargo-modules/compare/0.7.2...0.7.3

Changelog: https://github.com/regexident/cargo-modules/blob/0.7.3/CHANGELOG.md
2023-01-07 16:44:45 -05:00
QuantMint 7f1a5d7f8d qalculate-qt: build with qt6 2023-01-07 22:38:04 +01:00
R. Ryantm af49b294e1 s2n-tls: 1.3.31 -> 1.3.32 2023-01-07 21:36:57 +00:00
maralornandGitHub 968cfdab4a Merge pull request #209543 from trofi/tasty-fix-on-i686
pkgsi686Linux.haskellPackages.tasty: pull missing unbounded-delays pa…
2023-01-07 22:29:40 +01:00
maralornandGitHub 747e2e43f5 Merge pull request #209522 from sternenseemann/ghc-js-backend-fix-config-sub-rollback
pkgsCross.ghcjs.haskellPackages.ghc: don't revert edited config.sub
2023-01-07 22:26:15 +01:00
R. Ryantm a9b660b534 cdk-go: 1.5.0 -> 1.5.1 2023-01-07 21:24:35 +00:00
Andrew Dunham 5ff79caff9 mastodon: pass dependencies as environment variables
This makes it much easier to override components of the Mastodon
derivation to e.g. use a fork. With this change, one can use something
like the following to install a fork (with the appropriate files):

    let
      src = callPackage ./source.nix { };
    in
      (mastodon.override {
        pname = "hometown";
        version = import ./version.nix;
        srcOverride = src;
        dependenciesDir = ./.;
      }).overrideAttrs (oldAttrs: rec {
        yarnOfflineCache = fetchYarnDeps {
          yarnLock = "${src}/yarn.lock";
          sha256 = "sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=";
        };
        mastodonModules = oldAttrs.mastodonModules.overrideAttrs (oldModuleAttrs: {
          inherit yarnOfflineCache;
        });
      });

A spiritual successor to f949de4fbb
2023-01-07 16:18:47 -05:00
figsoda e6a7aee23b ruff: 0.0.213 -> 0.0.214
Diff: https://github.com/charliermarsh/ruff/compare/v0.0.213...v0.0.214

Changelog: https://github.com/charliermarsh/ruff/releases/tag/v0.0.214
2023-01-07 16:14:41 -05:00
Thiago Kenji Okada aa0c474f4b pypy{27,38,39}: mark as broken in aarch64-darwin 2023-01-07 21:14:22 +00:00
Thiago Kenji Okada 997a09e612 pypy39: fix build in darwin 2023-01-07 21:11:49 +00:00
Thiago Kenji Okada 4645ec9de6 pypy{27,38,39}: remove i686-linux, add aarch64-darwin 2023-01-07 21:11:49 +00:00
Thiago Kenji Okada 40db51d563 pythonInterpreters.pypy27_prebuilt: add support to darwin 2023-01-07 21:11:49 +00:00
Thiago Kenji Okada 3d440c1c1e pythonInterpreters.pypy39_prebuilt: use autoPatchelfHook 2023-01-07 21:11:49 +00:00
Thiago Kenji Okada c89380b0c4 pythonInterpreters.pypy27_prebuilt: use autoPatchelfHook 2023-01-07 21:11:48 +00:00
Thiago Kenji Okada a49d01ce3f pythonInterpreters.pypy27_prebuilt: add support for aarch64-linux 2023-01-07 21:11:48 +00:00
Thiago Kenji Okada be456598db pypy38: 7.3.9 -> 7.3.11 2023-01-07 21:11:48 +00:00
Thiago Kenji Okada 797e62d503 pypy39: 7.3.9 -> 7.3.11
Also build it with pypy27 instead of python27.
2023-01-07 21:11:48 +00:00
Thiago Kenji Okada 284d9a1067 pypy27: 7.3.9 -> 7.3.11
Also build it with pythonInterpreters.pypy27_prebuilt instead of
python27, to avoid it being broken after #201859 is merged.

Keep in mind that the above change will make this derivation only work
with x86_64-linux for now (since pypy27_prebuilt is only packaged for
that platform). However support for newer platforms can be added later,
and a working package for one platform is better than a broken package
in 4 platforms.
2023-01-07 21:11:48 +00:00
Thiago Kenji Okada 6339c29710 pypy37: remove 2023-01-07 21:11:48 +00:00
Thiago Kenji Okada 5dbf9ca20c pythonInterpreters.pypy39_prebuilt: 7.3.9 -> 7.3.11 2023-01-07 21:11:48 +00:00
Thiago Kenji Okada 525588440a pythonInterpreters.pypy27_prebuilt: 7.3.9 -> 7.3.11 2023-01-07 21:11:48 +00:00
figsodaandGitHub da3aa83587 Merge pull request #209337 from figsoda/cargo-semver-checks
cargo-semver-checks: 0.15.0 -> 0.15.2
2023-01-07 16:11:09 -05:00
Sergei Trofimovichandsternenseemann 6d724cfb0a pkgsi686Linux.haskellPackages.tasty: pull missing unbounded-delays package
The package is needed by tasty on a subset of architectures. Quoting
upstream `.cabal` file:

  if(!arch(x86_64) && !arch(aarch64))
    build-depends:
      unbounded-delays >= 0.1

This fails the build on i686 (a wine depend via shellcheck):

    Setup: Encountered missing or private dependencies:
      unbounded-delays >=0.1

The change pulls unbounded-delays for mentioned targets.

Co-authored-by: sternenseemann <sternenseemann@systemli.org>
2023-01-07 20:37:48 +00:00
R. Ryantm 67456fc36b kics: 1.6.6 -> 1.6.7 2023-01-07 20:37:27 +00:00
SandroandGitHub 3c3d6bedf0 Merge pull request #200416 from kilianar/super-productivity_electron 2023-01-07 21:37:02 +01:00
Anderson TorresandGitHub 60b767bba4 Merge pull request #209552 from r-ryantm/auto-update/the-legend-of-edgar
the-legend-of-edgar: 1.35 -> 1.36
2023-01-07 17:36:40 -03:00
figsodaandGitHub fbc75b4084 Merge pull request #209535 from voidzero/vimPlugin-bat
vimPlugins: add bat.vim syntax highlighting colorscheme
2023-01-07 15:26:27 -05:00
maralorn 5224a40d92 Merge branch 'master' into haskell-updates 2023-01-07 21:17:05 +01:00
maralorn 9870cb8632 haskellPackages: mark builds failing on hydra as broken
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
2023-01-07 21:16:24 +01:00
R. Ryantm e601d088ad kluctl: 2.16.1 -> 2.18.3 2023-01-07 20:14:05 +00:00
Sandro Jäckel 9f1b2b8e2a mdcat: 0.30.3 -> 1.0.0
Diff: https://github.com/lunaryorn/mdcat/compare/mdcat-0.30.3...mdcat-1.0.0
2023-01-07 21:11:40 +01:00
R. Ryantm d2c57d447f the-legend-of-edgar: 1.35 -> 1.36 2023-01-07 20:10:21 +00:00
Anders Kaseorg bc1d989403 zulip: Use pname and version
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2023-01-07 12:08:16 -08:00
SandroandGitHub f9bce74445 Merge pull request #209497 from r-ryantm/auto-update/python310Packages.google-cloud-bigquery-storage 2023-01-07 21:06:49 +01:00
Felipe Silva 3a21fa1aed maintainers: update felipeqq2 2023-01-07 17:05:32 -03:00
markvd e636d6b835 vimPlugins.bat-vim: init at 2022-11-14 2023-01-07 21:03:54 +01:00
markvd fea406ef2f vimPlugins: resolve github repository redirects 2023-01-07 21:03:02 +01:00
markvd c37b518a60 vimPlugins: update 2023-01-07 21:02:09 +01:00
Ryan BurnsandGitHub 1669256c64 Merge pull request #209256 from KAction/patch/v1/pkgsStatic.gsasl
pkgsStatic.gsasl: fix build
2023-01-07 11:58:27 -08:00