Commit Graph

462 Commits

Author SHA1 Message Date
figsoda
506116dd77 update rustfmt.toml 2023-07-01 16:50:45 -04:00
figsoda
826246e01d go: add support for dependency inference 2023-07-01 16:27:10 -04:00
figsoda
a669786383 rust(deps): move macros into a separate file 2023-07-01 10:34:34 -04:00
figsoda
786cae41c3 rust: update snapshots 2023-06-30 18:56:56 -04:00
figsoda
6792d72c4f rust(deps): add libxml2, ncurses, and zlib to build inputs with llvm-sys 2023-06-30 18:40:50 -04:00
figsoda
1b56311b1c
Merge pull request #173 from nix-community/dependabot/cargo/clap-4.3.10
build(deps): bump clap from 4.3.9 to 4.3.10
2023-06-30 08:23:00 -04:00
dependabot[bot]
62e157e354
build(deps): bump clap from 4.3.9 to 4.3.10
Bumps [clap](https://github.com/clap-rs/clap) from 4.3.9 to 4.3.10.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.3.9...v4.3.10)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-30 08:36:36 +00:00
figsoda
460b0eea7a flake: better fix for the test 2023-06-29 19:49:58 -04:00
figsoda
2ed3d4c2a4 flake: don't install cargo artifacts 2023-06-29 19:21:45 -04:00
figsoda
70e5320c56 flake: fix test 2023-06-29 18:56:13 -04:00
figsoda
22e325bece python(pyproject): default build-system.requires to setuptools 2023-06-29 18:31:17 -04:00
figsoda
d961683e4d update dependencies 2023-06-29 18:20:40 -04:00
figsoda
54eb7017f7
Merge pull request #172 from nix-community/dependabot/cargo/clap-4.3.9
build(deps): bump clap from 4.3.8 to 4.3.9
2023-06-29 08:05:47 -04:00
dependabot[bot]
e8c3713d02
build(deps): bump clap from 4.3.8 to 4.3.9
Bumps [clap](https://github.com/clap-rs/clap) from 4.3.8 to 4.3.9.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.3.8...v4.3.9)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-29 08:12:33 +00:00
figsoda
070992b30f
Merge pull request #171 from nix-community/dependabot/cargo/tokio-1.29.0
build(deps): bump tokio from 1.28.2 to 1.29.0
2023-06-28 07:30:10 -04:00
dependabot[bot]
72b11df56a
build(deps): bump tokio from 1.28.2 to 1.29.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.28.2 to 1.29.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.28.2...tokio-1.29.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-28 09:18:09 +00:00
figsoda
d9e3aca10f
Merge pull request #169 from nix-community/dependabot/cargo/serde_yaml-0.9.22
build(deps): bump serde_yaml from 0.9.21 to 0.9.22
2023-06-26 13:11:33 -04:00
figsoda
8436a98b91
Merge pull request #170 from nix-community/dependabot/cargo/rustyline-12.0.0 2023-06-26 10:41:19 -04:00
dependabot[bot]
06de166e76
build(deps): bump serde_yaml from 0.9.21 to 0.9.22
Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.21 to 0.9.22.
- [Release notes](https://github.com/dtolnay/serde-yaml/releases)
- [Commits](https://github.com/dtolnay/serde-yaml/compare/0.9.21...0.9.22)

---
updated-dependencies:
- dependency-name: serde_yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-26 14:38:57 +00:00
figsoda
cfa6b7d7a0
Merge pull request #168 from nix-community/dependabot/cargo/serde_json-1.0.99 2023-06-26 10:38:05 -04:00
dependabot[bot]
e2ff1d9fe0
build(deps): bump rustyline from 11.0.0 to 12.0.0
Bumps [rustyline](https://github.com/kkawakam/rustyline) from 11.0.0 to 12.0.0.
- [Release notes](https://github.com/kkawakam/rustyline/releases)
- [Changelog](https://github.com/kkawakam/rustyline/blob/master/History.md)
- [Commits](https://github.com/kkawakam/rustyline/compare/v11.0.0...v12.0.0)

---
updated-dependencies:
- dependency-name: rustyline
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-26 13:04:18 +00:00
figsoda
b9f7ee3cb8
Merge pull request #167 from nix-community/dependabot/cargo/clap-4.3.8
build(deps): bump clap from 4.3.5 to 4.3.8
2023-06-26 08:56:46 -04:00
dependabot[bot]
b5eb6b6f97
build(deps): bump serde_json from 1.0.97 to 1.0.99
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.97 to 1.0.99.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.97...v1.0.99)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-26 12:51:49 +00:00
figsoda
b7976286e9
Merge pull request #166 from nix-community/dependabot/cargo/toml-0.7.5
build(deps): bump toml from 0.7.4 to 0.7.5
2023-06-26 08:51:07 -04:00
dependabot[bot]
aeeed2fe27
build(deps): bump clap from 4.3.5 to 4.3.8
Bumps [clap](https://github.com/clap-rs/clap) from 4.3.5 to 4.3.8.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.3.5...v4.3.8)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-26 09:08:02 +00:00
dependabot[bot]
a839e1e83a
build(deps): bump toml from 0.7.4 to 0.7.5
Bumps [toml](https://github.com/toml-rs/toml) from 0.7.4 to 0.7.5.
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.7.4...toml-v0.7.5)

---
updated-dependencies:
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-26 09:07:46 +00:00
figsoda
11d821ac97
Merge pull request #164 from nix-community/dependabot/cargo/insta-1.30.0
build(deps): bump insta from 1.29.0 to 1.30.0
2023-06-23 10:22:50 -04:00
dependabot[bot]
9dd130f95f
build(deps): bump insta from 1.29.0 to 1.30.0
Bumps [insta](https://github.com/mitsuhiko/insta) from 1.29.0 to 1.30.0.
- [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mitsuhiko/insta/compare/1.29.0...1.30.0)

---
updated-dependencies:
- dependency-name: insta
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-23 13:16:29 +00:00
figsoda
dc17c39247
Merge pull request #163 from nix-community/dependabot/cargo/itertools-0.11.0
build(deps): bump itertools from 0.10.5 to 0.11.0
2023-06-23 09:11:21 -04:00
dependabot[bot]
544837f54f
build(deps): bump itertools from 0.10.5 to 0.11.0
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.10.5 to 0.11.0.
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-itertools/itertools/compare/v0.10.5...v0.11.0)

---
updated-dependencies:
- dependency-name: itertools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-23 09:06:28 +00:00
figsoda
8f9a38eb11 reformat indoc macros 2023-06-22 21:10:37 -04:00
figsoda
aaee3cdb08 rust(deps): make alsa-lib linux only 2023-06-22 11:29:53 -04:00
figsoda
de82a32568
Merge pull request #161 from nix-community/dependabot/cargo/openssl-0.10.55 2023-06-21 20:40:39 -04:00
dependabot[bot]
601c3f74da
build(deps): bump openssl from 0.10.52 to 0.10.55
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.52 to 0.10.55.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.52...openssl-v0.10.55)

---
updated-dependencies:
- dependency-name: openssl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-21 22:57:05 +00:00
figsoda
558e0ce3ab flake: unpin libgit2 2023-06-21 14:26:41 -04:00
figsoda
3c39810573 go: improve ldflags formatting
closes #154
2023-06-21 11:38:39 -04:00
figsoda
9aba8737ca
Merge pull request #158 from nix-community/dependabot/cargo/clap-4.3.5 2023-06-21 11:04:06 -04:00
dependabot[bot]
2996e25a82
build(deps): bump clap from 4.3.4 to 4.3.5
Bumps [clap](https://github.com/clap-rs/clap) from 4.3.4 to 4.3.5.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.3.4...v4.3.5)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-21 09:04:31 +00:00
figsoda
9038887e8c rust(deps): add curl to nativeBuildInputs too 2023-06-20 11:40:56 -04:00
figsoda
f1e9030de1 rust(deps): add librocksdb-sys 2023-06-19 22:56:08 -04:00
figsoda
9d79f10c07
Merge pull request #157 from nix-community/dependabot/github_actions/cachix/install-nix-action-22
build(deps): bump cachix/install-nix-action from 21 to 22
2023-06-19 08:11:58 -04:00
dependabot[bot]
db58040d89
build(deps): bump cachix/install-nix-action from 21 to 22
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 21 to 22.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v21...v22)

---
updated-dependencies:
- dependency-name: cachix/install-nix-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-19 09:09:09 +00:00
figsoda
852c537a8e
Merge pull request #156 from nix-community/dependabot/cargo/serde_json-1.0.97
build(deps): bump serde_json from 1.0.96 to 1.0.97
2023-06-16 07:57:09 -04:00
dependabot[bot]
acaa6c8600
build(deps): bump serde_json from 1.0.96 to 1.0.97
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.96 to 1.0.97.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.96...v1.0.97)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-16 09:05:49 +00:00
figsoda
f768a5b63b
Merge pull request #155 from nix-community/dependabot/cargo/clap-4.3.4
build(deps): bump clap from 4.3.3 to 4.3.4
2023-06-15 07:56:58 -04:00
dependabot[bot]
b4638b83cb
build(deps): bump clap from 4.3.3 to 4.3.4
Bumps [clap](https://github.com/clap-rs/clap) from 4.3.3 to 4.3.4.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.3.3...v4.3.4)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-15 09:07:45 +00:00
figsoda
4c7db7e574 flake: refactor 2023-06-14 20:48:05 -04:00
figsoda
c8d505c314 pypi: python3.pkgs.fetchPypi -> fetchPypi
closes #153

- fixes interaction with `allowAliases = false` on nixpkgs 23.11
- drops support for nixpkgs 22.11
2023-06-13 09:44:17 -04:00
figsoda
e67120f1d3
Merge pull request #151 from nix-community/dependabot/cargo/clap-4.3.3
build(deps): bump clap from 4.3.2 to 4.3.3
2023-06-12 08:07:29 -04:00
figsoda
95a428842d
Merge pull request #152 from nix-community/dependabot/cargo/parse-display-0.8.1
build(deps): bump parse-display from 0.8.0 to 0.8.1
2023-06-12 08:07:00 -04:00