Merge pull request #131570 from Luflosi/update/apio

apio: 0.7.5 -> 0.7.6
This commit is contained in:
Sandro 2021-08-05 16:21:16 +02:00 committed by GitHub
commit 07b95e9187
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,14 +14,14 @@
buildPythonApplication rec {
pname = "apio";
version = "0.7.5";
version = "0.7.6";
format = "flit";
src = fetchFromGitHub {
owner = "FPGAwars";
repo = "apio";
rev = "v${version}";
sha256 = "sha256-9f0q6tELUDo6FdjPG708d7BY3O5ZiZ0FwNFzBBiLQp4=";
sha256 = "sha256-KmqxwYKsvcTSuUSVXgegR47y9VeU/vICbYWD7z3aDRM=";
};
postPatch = ''