Skip to content

Commit

Permalink
Merge pull request #94 from infinixbot/auto-update
Browse files Browse the repository at this point in the history
Automated update
  • Loading branch information
philiptaron committed Aug 5, 2024
2 parents 5bf9162 + e4452b4 commit 1d6b90f
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 21 deletions.
31 changes: 19 additions & 12 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 @@ -5,10 +5,10 @@ edition = "2021"

[dependencies]
rnix = "0.11.0"
regex = "1.10.5"
clap = { version = "4.5.11", features = ["derive"] }
serde_json = "1.0.121"
tempfile = "3.10.1"
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"] }
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.11pre658745.038fb464fcfa/nixexprs.tar.xz",
"hash": "16akmwffa0fdxq1f0dqzq4ny0wfdcp8gzinm57i81x9i11kjfsi9"
"url": "https://releases.nixos.org/nixpkgs/nixpkgs-24.11pre662094.f3834de3782b/nixexprs.tar.xz",
"hash": "08hsn6r3sslvp31j3cacsfwwc6jzml9z03w8sbbbxjly6i4ykylk"
},
"treefmt-nix": {
"type": "Git",
Expand All @@ -14,9 +14,9 @@
"repo": "treefmt-nix"
},
"branch": "main",
"revision": "8db8970be1fb8be9c845af7ebec53b699fe7e009",
"url": "https://github.com/numtide/treefmt-nix/archive/8db8970be1fb8be9c845af7ebec53b699fe7e009.tar.gz",
"hash": "0pnkr7lvd8bqzc8538qvk8rlv12f26k3814p47w5x7drp38rmyp8"
"revision": "768acdb06968e53aa1ee8de207fd955335c754b7",
"url": "https://github.com/numtide/treefmt-nix/archive/768acdb06968e53aa1ee8de207fd955335c754b7.tar.gz",
"hash": "0p34s2mcrsy8c1270vky0m8bx4d4sz3zc7qw94jpdpws6ckvpfxs"
}
},
"version": 3
Expand Down

0 comments on commit 1d6b90f

Please sign in to comment.