Commit Graph

673 Commits

Author SHA1 Message Date
dependabot[bot]
b2ab5dad91
Bump nu-glob from 0.74.0 to 0.75.0
Bumps [nu-glob](https://github.com/nushell/nushell) from 0.74.0 to 0.75.0.
- [Release notes](https://github.com/nushell/nushell/releases)
- [Changelog](https://github.com/nushell/nushell/blob/main/README.release.txt)
- [Commits](https://github.com/nushell/nushell/compare/0.74.0...0.75.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-01 15:13:59 +00:00
figsoda
638a0bb20c clean up 2023-01-31 17:42:55 -05:00
figsoda
16b74f0c3e
Merge pull request #18 from nix-community/dependabot/cargo/trycmd-0.14.11
Bump trycmd from 0.14.10 to 0.14.11
2023-01-31 10:27:07 -05:00
dependabot[bot]
07f36c0df0
Bump trycmd from 0.14.10 to 0.14.11
Bumps [trycmd](https://github.com/assert-rs/trycmd) from 0.14.10 to 0.14.11.
- [Release notes](https://github.com/assert-rs/trycmd/releases)
- [Changelog](https://github.com/assert-rs/trycmd/blob/main/CHANGELOG.md)
- [Commits](https://github.com/assert-rs/trycmd/compare/v0.14.10...v0.14.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-31 15:17:26 +00:00
figsoda
2b47f4624a git: allow fetching tags without prefixing refs/tags/
work around for https://github.com/NixOS/nix/issues/5291
2023-01-29 22:51:21 -05:00
figsoda
d333520948 add editorconfig 2023-01-29 22:12:32 -05:00
figsoda
f619669ccb
Merge pull request #17 from nix-community/dependabot/cargo/clap-4.1.4
Bump clap from 4.1.3 to 4.1.4
2023-01-25 10:25:31 -05:00
dependabot[bot]
c7443ee96a
Bump clap from 4.1.3 to 4.1.4
Bumps [clap](https://github.com/clap-rs/clap) from 4.1.3 to 4.1.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.1.3...v4.1.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-01-25 15:14:09 +00:00
figsoda
1e46712df0 bump version 2023-01-24 12:36:41 -05:00
figsoda
619a655cba fetchPypi support 2023-01-24 11:10:25 -05:00
figsoda
f54eda248c flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/e182da8622a354d44c39b3d7a542dc12cd7baa5f' (2022-12-28)
  → 'github:nixos/nixpkgs/1b1f50645af2a70dc93eae18bfd88d330bfbcf7f' (2023-01-23)
2023-01-24 11:10:25 -05:00
figsoda
edf56af141
Merge pull request #15 from nix-community/dependabot/cargo/clap_complete-4.1.1
Bump clap_complete from 4.1.0 to 4.1.1
2023-01-24 10:32:23 -05:00
dependabot[bot]
d02db9e25e
Bump clap_complete from 4.1.0 to 4.1.1
Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.1.0 to 4.1.1.
- [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/clap_complete-v4.1.0...clap_complete-v4.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-24 15:24:36 +00:00
figsoda
fce2bbdbc4
Merge pull request #16 from nix-community/dependabot/cargo/clap-4.1.3
Bump clap from 4.1.1 to 4.1.3
2023-01-24 10:23:28 -05:00
dependabot[bot]
bd897ed7c7
Bump clap from 4.1.1 to 4.1.3
Bumps [clap](https://github.com/clap-rs/clap) from 4.1.1 to 4.1.3.
- [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/clap_complete-v4.1.1...v4.1.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-24 15:15:08 +00:00
figsoda
4e1f714c75 add --fallback 2023-01-23 21:12:18 -05:00
figsoda
0bfdcb555f fix rate limit 2023-01-23 20:53:56 -05:00
figsoda
af7bce854e switch to git-url to support git urls without a scheme 2023-01-23 20:39:21 -05:00
figsoda
b97a16d0e0 speed up fetching the latest revision by adding a limit to api calls 2023-01-20 23:11:33 -05:00
figsoda
a262de2b9c
Merge pull request #14 from nix-community/dependabot/cargo/ureq-2.6.2
Bump ureq from 2.6.1 to 2.6.2
2023-01-17 10:25:09 -05:00
dependabot[bot]
fb4589074a
Bump ureq from 2.6.1 to 2.6.2
Bumps [ureq](https://github.com/algesten/ureq) from 2.6.1 to 2.6.2.
- [Release notes](https://github.com/algesten/ureq/releases)
- [Changelog](https://github.com/algesten/ureq/blob/main/CHANGELOG.md)
- [Commits](https://github.com/algesten/ureq/compare/2.6.1...2.6.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-17 15:16:40 +00:00
figsoda
da6f9f84db
Merge pull request #13 from nix-community/dependabot/cargo/clap_complete-4.1.0
Bump clap_complete from 4.0.7 to 4.1.0
2023-01-16 12:08:33 -05:00
dependabot[bot]
2d6e6ab4ff
Bump clap_complete from 4.0.7 to 4.1.0
Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.0.7 to 4.1.0.
- [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/clap_complete-v4.0.7...clap_complete-v4.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-16 16:16:45 +00:00
figsoda
e26ab1083b
Merge pull request #12 from nix-community/dependabot/cargo/clap_mangen-0.2.7
Bump clap_mangen from 0.2.6 to 0.2.7
2023-01-16 11:15:40 -05:00
figsoda
97cf047dbf
Merge pull request #11 from nix-community/dependabot/cargo/clap-4.1.1
Bump clap from 4.0.32 to 4.1.1
2023-01-16 11:15:30 -05:00
dependabot[bot]
39ecb23d47
Bump clap_mangen from 0.2.6 to 0.2.7
Bumps [clap_mangen](https://github.com/clap-rs/clap) from 0.2.6 to 0.2.7.
- [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/clap_mangen-v0.2.6...clap_mangen-v0.2.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-16 16:11:01 +00:00
dependabot[bot]
2239119df6
Bump clap from 4.0.32 to 4.1.1
Bumps [clap](https://github.com/clap-rs/clap) from 4.0.32 to 4.1.1.
- [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.0.32...v4.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-16 16:10:57 +00:00
figsoda
7cfa450a23 support builtins.fetchGit 2023-01-15 11:40:45 -05:00
figsoda
3743143726 update readme 2023-01-13 10:39:11 -05:00
figsoda
53537b6280 bump version 2023-01-13 10:11:35 -05:00
figsoda
1463a891f1 capitalize 2023-01-12 20:07:26 -05:00
figsoda
4c227cac30 fetchHex support 2023-01-12 19:57:42 -05:00
figsoda
d102bc36e6 fetchCrate support 2023-01-12 16:49:14 -05:00
figsoda
26b0ed98cc simplify write_json with from_iter 2023-01-12 15:07:58 -05:00
figsoda
708ca82d5f add --parse 2023-01-12 15:03:27 -05:00
figsoda
30eb520ee2 remove flaky tests in CI
https://github.com/NixOS/nix/issues/3898
2023-01-11 21:15:05 -05:00
figsoda
aeece7a065 add --hash 2023-01-11 20:57:42 -05:00
figsoda
6d07a44504 flake: fix darwin build 2023-01-10 20:56:44 -05:00
figsoda
7d16f88e0c bump version 2023-01-10 20:49:18 -05:00
figsoda
7cd975f659
Merge pull request #8 from nix-community/dependabot/cargo/assert_cmd-2.0.8
Bump assert_cmd from 2.0.7 to 2.0.8
2023-01-10 11:54:44 -05:00
figsoda
80fa3b9c71
Merge pull request #7 from nix-community/dependabot/cargo/enum_dispatch-0.3.10
Bump enum_dispatch from 0.3.9 to 0.3.10
2023-01-10 11:54:31 -05:00
dependabot[bot]
e0afc5a735
Bump assert_cmd from 2.0.7 to 2.0.8
Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 2.0.7 to 2.0.8.
- [Release notes](https://github.com/assert-rs/assert_cmd/releases)
- [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md)
- [Commits](https://github.com/assert-rs/assert_cmd/compare/v2.0.7...v2.0.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-10 16:49:03 +00:00
dependabot[bot]
a3daf6f386
Bump enum_dispatch from 0.3.9 to 0.3.10
Bumps [enum_dispatch](https://gitlab.com/antonok/enum_dispatch) from 0.3.9 to 0.3.10.
- [Release notes](https://gitlab.com/antonok/enum_dispatch/tags)
- [Changelog](https://gitlab.com/antonok/enum_dispatch/blob/master/CHANGELOG.md)
- [Commits](https://gitlab.com/antonok/enum_dispatch/commits/master)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-10 16:48:57 +00:00
figsoda
9e5cf1f1d1
Merge pull request #6 from nix-community/dependabot/cargo/trycmd-0.14.10
Bump trycmd from 0.14.8 to 0.14.10
2023-01-09 11:00:27 -05:00
dependabot[bot]
ff8026f039
Bump trycmd from 0.14.8 to 0.14.10
Bumps [trycmd](https://github.com/assert-rs/trycmd) from 0.14.8 to 0.14.10.
- [Release notes](https://github.com/assert-rs/trycmd/releases)
- [Changelog](https://github.com/assert-rs/trycmd/blob/main/CHANGELOG.md)
- [Commits](https://github.com/assert-rs/trycmd/compare/v0.14.8...v0.14.10)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-09 15:21:09 +00:00
figsoda
07f23a7970 support fetching the latest revision for gitea 2023-01-08 13:37:36 -05:00
figsoda
33c92eb6eb simplify ci 2023-01-08 12:22:36 -05:00
figsoda
1e8389c104 make revision optional
implement fetching the latest revision for github and gitlab
2023-01-08 12:16:23 -05:00
figsoda
c7a3c95197 clean up 2023-01-08 00:28:26 -05:00
figsoda
113641268d add salsa.debian.org as a gitlab host 2023-01-06 15:51:10 -05:00