Skip to content

Commit

Permalink
Automated update
Browse files Browse the repository at this point in the history
  • Loading branch information
infinixbot committed Aug 19, 2024
1 parent b75b64d commit 49020b9
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 33 deletions.
38 changes: 14 additions & 24 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ edition = "2021"
[dependencies]
rnix = "0.11.0"
regex = "1.10.6"
clap = { version = "4.5.15", features = ["derive"] }
serde_json = "1.0.124"
clap = { version = "4.5.16", features = ["derive"] }
serde_json = "1.0.125"
tempfile = "3.12.0"
serde = { version = "1.0.206", features = ["derive"] }
serde = { version = "1.0.208", features = ["derive"] }
anyhow = "1.0"
lazy_static = "1.5.0"
colored = "2.1.0"
itertools = "0.13.0"
rowan = "0.15.15"
rowan = "0.15.16"
indoc = "2.0.5"
relative-path = "1.9.3"
textwrap = "0.16.1"
Expand Down
10 changes: 5 additions & 5 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.11pre664329.154bcb95ad51/nixexprs.tar.xz",
"hash": "0mny6j9ahl87m7cv508dbll8yk29v4xha0bsdwnh1y8zkgsydgqw"
"url": "https://releases.nixos.org/nixpkgs/nixpkgs-24.11pre668850.9aa35efbea27/nixexprs.tar.xz",
"hash": "1559wvcghhhf01dww89hdp8kqpj65m5yj7sgs09605vvp8ndzya6"
},
"treefmt-nix": {
"type": "Git",
Expand All @@ -14,9 +14,9 @@
"repo": "treefmt-nix"
},
"branch": "main",
"revision": "349de7bc435bdff37785c2466f054ed1766173be",
"url": "https://github.com/numtide/treefmt-nix/archive/349de7bc435bdff37785c2466f054ed1766173be.tar.gz",
"hash": "00rl26qj3cd1336cpjdfijypi47ig7fp7a0620xq5l71x6qsyhab"
"revision": "1d07739554fdc4f8481068f1b11d6ab4c1a4167a",
"url": "https://github.com/numtide/treefmt-nix/archive/1d07739554fdc4f8481068f1b11d6ab4c1a4167a.tar.gz",
"hash": "05w4yxkhp93fpn911fcl4zq0rkliqcz93s1gc1k646kflggaq65f"
}
},
"version": 3
Expand Down

0 comments on commit 49020b9

Please sign in to comment.