tinyprog: 1.0.24.dev99+ga77f828 -> 1.0.24.dev114+g0zbrvvb
This commit is contained in:
parent
d6640aac70
commit
fec5ada328
1 changed files with 3 additions and 3 deletions
|
@ -6,13 +6,13 @@
|
||||||
with python3Packages; buildPythonApplication rec {
|
with python3Packages; buildPythonApplication rec {
|
||||||
pname = "tinyprog";
|
pname = "tinyprog";
|
||||||
# `python setup.py --version` from repo checkout
|
# `python setup.py --version` from repo checkout
|
||||||
version = "1.0.24.dev99+ga77f828";
|
version = "1.0.24.dev114+g${lib.substring 0 7 src.rev}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "tinyfpga";
|
owner = "tinyfpga";
|
||||||
repo = "TinyFPGA-Bootloader";
|
repo = "TinyFPGA-Bootloader";
|
||||||
rev = "a77f828d3d6ae077e323ec96fc3925efab5aa9d7";
|
rev = "97f6353540bf7c0d27f5612f202b48f41da75299";
|
||||||
sha256 = "0jg47q0n1qkdrzri2q6n9a7czicj0qk58asz0xhzkajx1k9z3g5q";
|
sha256 = "0zbrvvb957z2lwbfd39ixqdsnd2w4wfjirwkqdrqm27bjz308731";
|
||||||
};
|
};
|
||||||
|
|
||||||
sourceRoot = "source/programmer";
|
sourceRoot = "source/programmer";
|
||||||
|
|
Loading…
Reference in a new issue