Skip to content

Commit

Permalink
Automated update
Browse files Browse the repository at this point in the history
  • Loading branch information
infinixbot committed Sep 30, 2024
1 parent 1724d59 commit 9c01db9
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 25 deletions.
45 changes: 27 additions & 18 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 @@ -5,10 +5,10 @@ edition = "2021"

[dependencies]
rnix = "0.11.0"
regex = "1.10.6"
regex = "1.11.0"
clap = { version = "4.5.18", features = ["derive"] }
serde_json = "1.0.128"
tempfile = "3.12.0"
tempfile = "3.13.0"
serde = { version = "1.0.210", features = ["derive"] }
anyhow = "1.0"
lazy_static = "1.5.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-24.11pre683804.a1d92660c6b3/nixexprs.tar.xz",
"hash": "0lzd1g9x7ihscdajc2g9f0jyykymw6r1lq2ir5g0shjzjf0jc5la"
"url": "https://releases.nixos.org/nixpkgs/nixpkgs-24.11pre686986.7eee17a8a586/nixexprs.tar.xz",
"hash": "0lls90rf2kf3lgvbklp9lg769zm6y6sm4mr87pj6sgy5k66r40v5"
},
"treefmt-nix": {
"type": "Git",
Expand All @@ -14,9 +14,9 @@
"repo": "treefmt-nix"
},
"branch": "main",
"revision": "35dfece10c642eb52928a48bee7ac06a59f93e9a",
"url": "https://github.com/numtide/treefmt-nix/archive/35dfece10c642eb52928a48bee7ac06a59f93e9a.tar.gz",
"hash": "16wii3pqgjbhdzcj2bm2fnpy7kjjs7lk95797la2089l0yn6i6c2"
"revision": "879b29ae9a0378904fbbefe0dadaed43c8905754",
"url": "https://github.com/numtide/treefmt-nix/archive/879b29ae9a0378904fbbefe0dadaed43c8905754.tar.gz",
"hash": "1wwyqz9ffnwv6ad94vxycygy73c3nx8hz2yq2yfchy9v7r2nar5q"
}
},
"version": 3
Expand Down

0 comments on commit 9c01db9

Please sign in to comment.