Skip to content

Commit

Permalink
Merge pull request #68 from infinixbot/auto-update
Browse files Browse the repository at this point in the history
Automated update
  • Loading branch information
willbush committed May 20, 2024
2 parents b9a5289 + 89c43f1 commit 0964530
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: cachix/install-nix-action@v26
- uses: cachix/install-nix-action@V27

- name: build
run: nix-build -A ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
path: repo

- uses: cachix/install-nix-action@v26
- uses: cachix/install-nix-action@V27

- name: Run update script
run: |
Expand Down
12 changes: 6 additions & 6 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 @@ -9,11 +9,11 @@ regex = "1.10.4"
clap = { version = "4.5.4", features = ["derive"] }
serde_json = "1.0.117"
tempfile = "3.10.1"
serde = { version = "1.0.201", features = ["derive"] }
serde = { version = "1.0.202", features = ["derive"] }
anyhow = "1.0"
lazy_static = "1.4.0"
colored = "2.1.0"
itertools = "0.12.1"
itertools = "0.13.0"
rowan = "0.15.15"
indoc = "2.0.5"
relative-path = "1.9.3"
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.05pre626139.abd6d48f8c77/nixexprs.tar.xz",
"hash": "1zl76mia6iav9byczjxw3lhr6hv7an4nk2kh440gpr9lqx2j446k"
"url": "https://releases.nixos.org/nixpkgs/nixpkgs-24.05pre628535.f9256de8281f/nixexprs.tar.xz",
"hash": "11lg3hq9hz2hmk615c65vjsg1j122661k1n3by5wr5fyrzr4yp4a"
},
"treefmt-nix": {
"type": "Git",
Expand All @@ -14,9 +14,9 @@
"repo": "treefmt-nix"
},
"branch": "main",
"revision": "c6aaf729f34a36c445618580a9f95a48f5e4e03f",
"url": "https://github.com/numtide/treefmt-nix/archive/c6aaf729f34a36c445618580a9f95a48f5e4e03f.tar.gz",
"hash": "18491j2law88zdkfxrpg2snbcig34pfcg7ykgjwf6ahbdq313zj2"
"revision": "2fba33a182602b9d49f0b2440513e5ee091d838b",
"url": "https://github.com/numtide/treefmt-nix/archive/2fba33a182602b9d49f0b2440513e5ee091d838b.tar.gz",
"hash": "163ra7ck07maamg20ppqlsn8mjrf6jrn0g81334pvsfa1wr8g6n0"
}
},
"version": 3
Expand Down

0 comments on commit 0964530

Please sign in to comment.