Skip to content

Commit

Permalink
Update dependencies and CI
Browse files Browse the repository at this point in the history
  • Loading branch information
njaremko committed Mar 19, 2024
1 parent c2dce89 commit 0456700
Show file tree
Hide file tree
Showing 8 changed files with 185 additions and 210 deletions.
4 changes: 2 additions & 2 deletions .envrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.2.1/direnvrc" "sha256-zelF0vLbEl5uaqrfIzbgNzJWGmLzCmYAkInj/LNxvKs="
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.4/direnvrc" "sha256-DzlYZ33mWF/Gs8DDeyjr8mnVmQGx7ASYqA5WlxwvBG4="

use flake
use flake
8 changes: 3 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: cachix/install-nix-action@v20
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v12
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: cachix/cachix-action@v14
with:
name: nix-community
- run: |
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### 0.0.15

- Updates dependencies
- Removes bad openssl import that broke builds against recent openssl releases
- Fix failing test due to expired certs

### 0.0.14

- Check blocks against each cert individually (Thanks @janst97)
Expand Down
Loading

0 comments on commit 0456700

Please sign in to comment.