Skip to content

Commit

Permalink
Automated update
Browse files Browse the repository at this point in the history
  • Loading branch information
infinixbot committed Dec 16, 2024
1 parent d6f01cf commit 18340e3
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 96 deletions.
112 changes: 23 additions & 89 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ regex = "1.11.1"
clap = { version = "4.5.23", features = ["derive"] }
serde_json = "1.0.133"
tempfile = "3.14.0"
serde = { version = "1.0.215", features = ["derive"] }
serde = { version = "1.0.216", features = ["derive"] }
anyhow = "1.0"
colored = "2.1.0"
colored = "2.2.0"
itertools = "0.13.0"
rowan = "0.15.16"
indoc = "2.0.5"
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-25.05pre716975.929116e31606/nixexprs.tar.xz",
"hash": "1cprm71jkm2m1s5b94z9s4fbvr0f431dl3qdbvy315s6sd870jfp"
"url": "https://releases.nixos.org/nixpkgs/nixpkgs-25.05pre721840.71a6392e367b/nixexprs.tar.xz",
"hash": "172arjrskqfp9cv4pjs8b9554zy71ff3i594099iw2xvfxzjyly2"
},
"treefmt-nix": {
"type": "Git",
Expand All @@ -14,9 +14,9 @@
"repo": "treefmt-nix"
},
"branch": "main",
"revision": "357cda84af1d74626afb7fb3bc12d6957167cda9",
"url": "https://github.com/numtide/treefmt-nix/archive/357cda84af1d74626afb7fb3bc12d6957167cda9.tar.gz",
"hash": "17x9xlbzy8mjgwz7mandfsqfixaqv6jmsc0w6g5kqysx6gmak8zn"
"revision": "0ce9d149d99bc383d1f2d85f31f6ebd146e46085",
"url": "https://github.com/numtide/treefmt-nix/archive/0ce9d149d99bc383d1f2d85f31f6ebd146e46085.tar.gz",
"hash": "1d593wq5l1wq7prw6c989kjwz0kz7bff92yjisv3v96y42adm05k"
}
},
"version": 3
Expand Down

0 comments on commit 18340e3

Please sign in to comment.