Skip to content

Commit

Permalink
Automated update (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
willbush authored Feb 4, 2025
2 parents 30709cf + 95bcc0e commit eeccced
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 21 deletions.
41 changes: 27 additions & 14 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 @@ -7,8 +7,8 @@ edition = "2021"
rnix = "0.11.0"
regex = "1.11.1"
clap = { version = "4.5.27", features = ["derive"] }
serde_json = "1.0.137"
tempfile = "3.15.0"
serde_json = "1.0.138"
tempfile = "3.16.0"
serde = { version = "1.0.217", features = ["derive"] }
anyhow = "1.0"
colored = "2.2.0"
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.05pre744509.88a55dffa4d4/nixexprs.tar.xz",
"hash": "031apspqfm8z4yczj8126chfc7mijnmnxzqg0inaz1dwi4pzwlbz"
"url": "https://releases.nixos.org/nixpkgs/nixpkgs-25.05pre746674.6c4e0724e0a7/nixexprs.tar.xz",
"hash": "0n0h27hpkyn29g68llgzb0npsgbcns1qs20qygd542087i07wqq1"
},
"treefmt-nix": {
"type": "Git",
Expand All @@ -14,9 +14,9 @@
"repo": "treefmt-nix"
},
"branch": "main",
"revision": "f2cc121df15418d028a59c9737d38e3a90fbaf8f",
"url": "https://github.com/numtide/treefmt-nix/archive/f2cc121df15418d028a59c9737d38e3a90fbaf8f.tar.gz",
"hash": "0yp9h1c8d99ilj75ixli3702jf0cxiwq6hg0f1rc7wjlmv1ga2g4"
"revision": "bebf27d00f7d10ba75332a0541ac43676985dea3",
"url": "https://github.com/numtide/treefmt-nix/archive/bebf27d00f7d10ba75332a0541ac43676985dea3.tar.gz",
"hash": "1ng0b9fp8h1bp1im6wp7czmjnlysym8vndk61v3c85n2dgbw5a4g"
}
},
"version": 3
Expand Down

0 comments on commit eeccced

Please sign in to comment.