Skip to content

Commit

Permalink
Automated update (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
philiptaron authored Oct 14, 2024
2 parents 54a8777 + 9e9d713 commit e0fb7c0
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 34 deletions.
52 changes: 26 additions & 26 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 @@ -5,10 +5,10 @@ edition = "2021"

[dependencies]
rnix = "0.11.0"
regex = "1.10.6"
clap = { version = "4.5.18", features = ["derive"] }
regex = "1.11.0"
clap = { version = "4.5.20", features = ["derive"] }
serde_json = "1.0.128"
tempfile = "3.12.0"
tempfile = "3.13.0"
serde = { version = "1.0.210", 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.11pre683804.a1d92660c6b3/nixexprs.tar.xz",
"hash": "0lzd1g9x7ihscdajc2g9f0jyykymw6r1lq2ir5g0shjzjf0jc5la"
"url": "https://releases.nixos.org/nixpkgs/nixpkgs-24.11pre691017.b69de56fac8c/nixexprs.tar.xz",
"hash": "0z32pj0lh5ng2a6cn0qfmka8cynnygckn5615mkaxq2aplkvgzx3"
},
"treefmt-nix": {
"type": "Git",
Expand All @@ -14,9 +14,9 @@
"repo": "treefmt-nix"
},
"branch": "main",
"revision": "35dfece10c642eb52928a48bee7ac06a59f93e9a",
"url": "https://github.com/numtide/treefmt-nix/archive/35dfece10c642eb52928a48bee7ac06a59f93e9a.tar.gz",
"hash": "16wii3pqgjbhdzcj2bm2fnpy7kjjs7lk95797la2089l0yn6i6c2"
"revision": "4446c7a6fc0775df028c5a3f6727945ba8400e64",
"url": "https://github.com/numtide/treefmt-nix/archive/4446c7a6fc0775df028c5a3f6727945ba8400e64.tar.gz",
"hash": "0xyh9lwfvflagq7rk7cwbq41gx9f9s37s6kljp3wl3r860hnm566"
}
},
"version": 3
Expand Down

0 comments on commit e0fb7c0

Please sign in to comment.