Skip to content

Commit

Permalink
Merge pull request #95 from infinixbot/auto-update
Browse files Browse the repository at this point in the history
Automated update
  • Loading branch information
philiptaron authored Aug 12, 2024
2 parents 1d6b90f + 72cfe62 commit b75b64d
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 24 deletions.
39 changes: 24 additions & 15 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ edition = "2021"
[dependencies]
rnix = "0.11.0"
regex = "1.10.6"
clap = { version = "4.5.13", features = ["derive"] }
serde_json = "1.0.122"
tempfile = "3.11.0"
serde = { version = "1.0.204", features = ["derive"] }
clap = { version = "4.5.15", features = ["derive"] }
serde_json = "1.0.124"
tempfile = "3.12.0"
serde = { version = "1.0.206", features = ["derive"] }
anyhow = "1.0"
lazy_static = "1.5.0"
colored = "2.1.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.11pre662094.f3834de3782b/nixexprs.tar.xz",
"hash": "08hsn6r3sslvp31j3cacsfwwc6jzml9z03w8sbbbxjly6i4ykylk"
"url": "https://releases.nixos.org/nixpkgs/nixpkgs-24.11pre664329.154bcb95ad51/nixexprs.tar.xz",
"hash": "0mny6j9ahl87m7cv508dbll8yk29v4xha0bsdwnh1y8zkgsydgqw"
},
"treefmt-nix": {
"type": "Git",
Expand All @@ -14,9 +14,9 @@
"repo": "treefmt-nix"
},
"branch": "main",
"revision": "768acdb06968e53aa1ee8de207fd955335c754b7",
"url": "https://github.com/numtide/treefmt-nix/archive/768acdb06968e53aa1ee8de207fd955335c754b7.tar.gz",
"hash": "0p34s2mcrsy8c1270vky0m8bx4d4sz3zc7qw94jpdpws6ckvpfxs"
"revision": "349de7bc435bdff37785c2466f054ed1766173be",
"url": "https://github.com/numtide/treefmt-nix/archive/349de7bc435bdff37785c2466f054ed1766173be.tar.gz",
"hash": "00rl26qj3cd1336cpjdfijypi47ig7fp7a0620xq5l71x6qsyhab"
}
},
"version": 3
Expand Down

0 comments on commit b75b64d

Please sign in to comment.