Skip to content

Commit

Permalink
Merge pull request #63 from infinixbot/auto-update
Browse files Browse the repository at this point in the history
Automated update
  • Loading branch information
philiptaron authored May 13, 2024
2 parents 23aca77 + 4a651e9 commit 7d6d26d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ edition = "2021"

[dependencies]
rnix = "0.11.0"
regex = "1.9.3"
clap = { version = "4.3.23", features = ["derive"] }
serde_json = "1.0.105"
tempfile = "3.8.0"
serde = { version = "1.0.185", features = ["derive"] }
regex = "1.10.4"
clap = { version = "4.5.4", features = ["derive"] }
serde_json = "1.0.117"
tempfile = "3.10.1"
serde = { version = "1.0.201", features = ["derive"] }
anyhow = "1.0"
lazy_static = "1.4.0"
colored = "2.0.4"
itertools = "0.11.0"
rowan = "0.15.11"
indoc = "2.0.4"
relative-path = "1.9.2"
colored = "2.1.0"
itertools = "0.12.1"
rowan = "0.15.15"
indoc = "2.0.5"
relative-path = "1.9.3"
textwrap = "0.16.1"

[dev-dependencies]
temp-env = "0.3.5"
temp-env = "0.3.6"
4 changes: 2 additions & 2 deletions npins/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"nixpkgs": {
"type": "Channel",
"name": "nixpkgs-unstable",
"url": "https://releases.nixos.org/nixpkgs/nixpkgs-24.05pre622008.ee4a6e0f566f/nixexprs.tar.xz",
"hash": "0pa8g6a8xg03pbqc98vm36cffjpk5ihmfa43vms86zb4xc1hq1n4"
"url": "https://releases.nixos.org/nixpkgs/nixpkgs-24.05pre624838.af8b9db5c00f/nixexprs.tar.xz",
"hash": "1pymzrxmmlxd983cf8kdkdva4sn8r91qpfi1hd0yzh5xx073k1nv"
},
"treefmt-nix": {
"type": "Git",
Expand Down

0 comments on commit 7d6d26d

Please sign in to comment.