Skip to content

Commit

Permalink
Automated update (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
philiptaron authored Jan 14, 2025
2 parents 37a9555 + 4c8d814 commit 93a073d
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 29 deletions.
60 changes: 39 additions & 21 deletions Cargo.lock

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

6 changes: 3 additions & 3 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.23", features = ["derive"] }
serde_json = "1.0.134"
tempfile = "3.14.0"
clap = { version = "4.5.26", features = ["derive"] }
serde_json = "1.0.135"
tempfile = "3.15.0"
serde = { version = "1.0.217", features = ["derive"] }
anyhow = "1.0"
colored = "2.2.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-25.05pre730187.0e82ab234249/nixexprs.tar.xz",
"hash": "0s5snh81d5n9zxcn9n2fqk6jcinfd5ys97fcw8qyrs9dlprp1slw"
"url": "https://releases.nixos.org/nixpkgs/nixpkgs-25.05pre737149.2fdec2c2e68b/nixexprs.tar.xz",
"hash": "1jcs6m0625jq3bmn7xf4q8ix71yciwy06hx0b28dfzvk9wgjswdz"
},
"treefmt-nix": {
"type": "Git",
Expand All @@ -14,9 +14,9 @@
"repo": "treefmt-nix"
},
"branch": "main",
"revision": "56c0ecd79f7ba01a0ec027da015df751d6ca3ae7",
"url": "https://github.com/numtide/treefmt-nix/archive/56c0ecd79f7ba01a0ec027da015df751d6ca3ae7.tar.gz",
"hash": "1jd8m3xifbgvc2fqfpvgq13m3as2g76yjpscgmcknp4kr2cl1b23"
"revision": "13c913f5deb3a5c08bb810efd89dc8cb24dd968b",
"url": "https://github.com/numtide/treefmt-nix/archive/13c913f5deb3a5c08bb810efd89dc8cb24dd968b.tar.gz",
"hash": "177i5879l5dfpzyq8dj9cflr19clcm48hs502043dp8r2k3gqsm7"
}
},
"version": 3
Expand Down

0 comments on commit 93a073d

Please sign in to comment.