README: bump version

This commit is contained in:
Domen Kožar
2020-04-22 16:42:26 +02:00
committed by GitHub
parent 1b7507cdbf
commit 5ab66ea04b

View File

@@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v7
- uses: cachix/install-nix-action@v8
- run: nix-build
```