Skip to content

Commit

Permalink
Automated update
Browse files Browse the repository at this point in the history
  • Loading branch information
infinixbot committed Aug 26, 2024
1 parent 9c7857e commit 1f761d9
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 37 deletions.
46 changes: 18 additions & 28 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.127"
tempfile = "3.12.0"
serde = { version = "1.0.206", features = ["derive"] }
serde = { version = "1.0.209", 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.11pre670565.ae815cee91b4/nixexprs.tar.xz",
"hash": "1h87v5729fz27a1k90b0iy5c4bzs8b7dg747v777iss8wn4jljpb"
},
"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": "070f834771efa715f3e74cd8ab93ecc96fabc951",
"url": "https://github.com/numtide/treefmt-nix/archive/070f834771efa715f3e74cd8ab93ecc96fabc951.tar.gz",
"hash": "1qbq697gmyjk3fhzamvqph6bcpaw08ifsb24zygfyfir4mm6v8lh"
}
},
"version": 3
Expand Down

0 comments on commit 1f761d9

Please sign in to comment.