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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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
```