Skip to content

Commit

Permalink
Automated update
Browse files Browse the repository at this point in the history
  • Loading branch information
infinixbot committed Jun 10, 2024
1 parent 7181957 commit edb705b
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 29 deletions.
44 changes: 22 additions & 22 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ edition = "2021"

[dependencies]
rnix = "0.11.0"
regex = "1.10.4"
clap = { version = "4.5.4", features = ["derive"] }
regex = "1.10.5"
clap = { version = "4.5.7", features = ["derive"] }
serde_json = "1.0.117"
tempfile = "3.10.1"
serde = { version = "1.0.203", 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.11pre631646.e2dd4e18cc1c/nixexprs.tar.xz",
"hash": "0mfb3ky0ylc5hlm9m1bzxy7r4p2j7g1mgh1ymwd94nd5m7gcl81b"
"url": "https://releases.nixos.org/nixpkgs/nixpkgs-24.11pre636874.3bcedce9f4de/nixexprs.tar.xz",
"hash": "0ddrh45mvy293x10irvfm1ypd6w6rinm3cnd9laiiqvnq0v0y8lf"
},
"treefmt-nix": {
"type": "Git",
Expand All @@ -14,9 +14,9 @@
"repo": "treefmt-nix"
},
"branch": "main",
"revision": "2fba33a182602b9d49f0b2440513e5ee091d838b",
"url": "https://github.com/numtide/treefmt-nix/archive/2fba33a182602b9d49f0b2440513e5ee091d838b.tar.gz",
"hash": "163ra7ck07maamg20ppqlsn8mjrf6jrn0g81334pvsfa1wr8g6n0"
"revision": "4fc1c45a5f50169f9f29f6a98a438fb910b834ed",
"url": "https://github.com/numtide/treefmt-nix/archive/4fc1c45a5f50169f9f29f6a98a438fb910b834ed.tar.gz",
"hash": "10gir0qy045c8gjrz1jip5zfk9ypz1p59rvaklqqm4wn1xb2m5ly"
}
},
"version": 3
Expand Down

0 comments on commit edb705b

Please sign in to comment.