Skip to content

Commit

Permalink
Automated update (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
philiptaron authored Sep 23, 2024
2 parents fa49e8c + 7d18bba commit 1724d59
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
rnix = "0.11.0"
regex = "1.10.6"
clap = { version = "4.5.17", features = ["derive"] }
clap = { version = "4.5.18", features = ["derive"] }
serde_json = "1.0.128"
tempfile = "3.12.0"
serde = { version = "1.0.210", features = ["derive"] }
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.11pre681909.039b72d0c738/nixexprs.tar.xz",
"hash": "0c3q85wfgp0v7hhbv7yv7g9xhijrfi6167lkdli6wqkp66v7fw7r"
"url": "https://releases.nixos.org/nixpkgs/nixpkgs-24.11pre683804.a1d92660c6b3/nixexprs.tar.xz",
"hash": "0lzd1g9x7ihscdajc2g9f0jyykymw6r1lq2ir5g0shjzjf0jc5la"
},
"treefmt-nix": {
"type": "Git",
Expand All @@ -14,9 +14,9 @@
"repo": "treefmt-nix"
},
"branch": "main",
"revision": "9fb342d14b69aefdf46187f6bb80a4a0d97007cd",
"url": "https://github.com/numtide/treefmt-nix/archive/9fb342d14b69aefdf46187f6bb80a4a0d97007cd.tar.gz",
"hash": "04afdry3plv1w1bdqs2diwdv5hz0dgyqvlv4g4d07zhf7mcv3jjm"
"revision": "35dfece10c642eb52928a48bee7ac06a59f93e9a",
"url": "https://github.com/numtide/treefmt-nix/archive/35dfece10c642eb52928a48bee7ac06a59f93e9a.tar.gz",
"hash": "16wii3pqgjbhdzcj2bm2fnpy7kjjs7lk95797la2089l0yn6i6c2"
}
},
"version": 3
Expand Down

0 comments on commit 1724d59

Please sign in to comment.