Skip to content

Commit

Permalink
Automated update (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
philiptaron authored Feb 17, 2025
2 parents e116ce2 + 11a7bdf commit 4a7470f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 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 @@ -6,9 +6,9 @@ edition = "2021"
[dependencies]
rnix = "0.11.0"
regex = "1.11.1"
clap = { version = "4.5.28", features = ["derive"] }
clap = { version = "4.5.29", features = ["derive"] }
serde_json = "1.0.138"
tempfile = "3.16.0"
tempfile = "3.17.0"
serde = { version = "1.0.217", features = ["derive"] }
anyhow = "1.0"
colored = "2.2.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-25.05pre750627.fa35a3c8e17a/nixexprs.tar.xz",
"hash": "1hv473h2qw52qn98vvyfnzhwrihfimk3qvhw8iazp7l51wfs2da5"
"url": "https://releases.nixos.org/nixpkgs/nixpkgs-25.05pre754187.b1b43d32be00/nixexprs.tar.xz",
"hash": "0y3ksd7chff9jm4a5511mz5jryidwfn4ay9vzjalvk22nf2cyhln"
},
"treefmt-nix": {
"type": "Git",
Expand Down

0 comments on commit 4a7470f

Please sign in to comment.