Skip to content

Commit 0456700

Browse files
committed
Update dependencies and CI
1 parent c2dce89 commit 0456700

File tree

8 files changed

+185
-210
lines changed

8 files changed

+185
-210
lines changed

.envrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.2.1/direnvrc" "sha256-zelF0vLbEl5uaqrfIzbgNzJWGmLzCmYAkInj/LNxvKs="
1+
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.4/direnvrc" "sha256-DzlYZ33mWF/Gs8DDeyjr8mnVmQGx7ASYqA5WlxwvBG4="
22

3-
use flake
3+
use flake

.github/workflows/deploy.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@ jobs:
55
build:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/[email protected]
9-
- uses: cachix/install-nix-action@v20
10-
with:
11-
nix_path: nixpkgs=channel:nixos-unstable
12-
- uses: cachix/cachix-action@v12
8+
- uses: actions/checkout@v4
9+
- uses: DeterminateSystems/nix-installer-action@main
10+
- uses: cachix/cachix-action@v14
1311
with:
1412
name: nix-community
1513
- run: |

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
### 0.0.15
4+
5+
- Updates dependencies
6+
- Removes bad openssl import that broke builds against recent openssl releases
7+
- Fix failing test due to expired certs
8+
39
### 0.0.14
410

511
- Check blocks against each cert individually (Thanks @janst97)

0 commit comments

Comments
 (0)