apio: 0.7.5 -> 0.7.6
https://github.com/FPGAwars/apio/releases/tag/v0.7.6
This commit is contained in:
parent
2030abed58
commit
c52d56a211
@ -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 = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user