Skip to content

Commit

Permalink
Automated update
Browse files Browse the repository at this point in the history
  • Loading branch information
infinixbot committed Sep 9, 2024
1 parent 11bdf18 commit f7cd221
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ edition = "2021"
[dependencies]
rnix = "0.11.0"
regex = "1.10.6"
clap = { version = "4.5.16", features = ["derive"] }
serde_json = "1.0.127"
clap = { version = "4.5.17", features = ["derive"] }
serde_json = "1.0.128"
tempfile = "3.12.0"
serde = { version = "1.0.209", features = ["derive"] }
serde = { version = "1.0.210", features = ["derive"] }
anyhow = "1.0"
lazy_static = "1.5.0"
colored = "2.1.0"
Expand Down
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.11pre674705.b833ff01a0d6/nixexprs.tar.xz",
"hash": "12cda9rvpgjcsxykbcg5cxjaayhibjjabv6svacjc5n5kpcbx5sf"
"url": "https://releases.nixos.org/nixpkgs/nixpkgs-24.11pre678339.add0443ee587/nixexprs.tar.xz",
"hash": "1q38vx7p9j8kdbvis0aq3cfj0my97qdwskp3jjp6f5lsrs5map4g"
},
"treefmt-nix": {
"type": "Git",
Expand Down

0 comments on commit f7cd221

Please sign in to comment.