apio: 0.7.5 -> 0.7.6

https://github.com/FPGAwars/apio/releases/tag/v0.7.6
This commit is contained in:
Luflosi 2021-07-26 12:13:15 +02:00
parent 2030abed58
commit c52d56a211
No known key found for this signature in database
GPG Key ID: 4E41E29EDCC345D0

View File

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