mirror of
https://github.com/icewind1991/cynthion-flake.git
synced 2026-06-03 22:34:06 +02:00
updates
This commit is contained in:
parent
4beacc0c7c
commit
bd43c82cae
5 changed files with 12 additions and 12 deletions
|
|
@ -20,13 +20,13 @@
|
|||
in
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "apollo-${board}";
|
||||
version = "1.0.6";
|
||||
version = "1.0.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "greatscottgadgets";
|
||||
repo = "apollo";
|
||||
rev = "v1.0.6";
|
||||
hash = "sha256-QinJzMZGZo1a1glj1r9NZIoUlQn2gb+rOc7uojBENR4=";
|
||||
rev = "v1.0.7";
|
||||
hash = "sha256-sREQpe28MBW+RGFag4OLZsjjvUan6ctZ83aFOMuc3EU=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
in
|
||||
buildPythonPackage rec {
|
||||
pname = "cynthion-unwrapped";
|
||||
version = "0.1.0";
|
||||
version = "0.1.2";
|
||||
|
||||
outputs = ["out" "udev"];
|
||||
pyproject = true;
|
||||
|
|
@ -59,8 +59,7 @@ in
|
|||
|
||||
postPatch = ''
|
||||
substituteInPlace cynthion/python/src/commands/util.py \
|
||||
--replace-fail "module_path, '../../assets/'" "\"$out/share/assets\"" \
|
||||
--replace-fail "module_path, '../../assets'" "\"$out/share/assets\""
|
||||
--replace-fail 'os.path.join(pkg_path, "assets")' "\"$out/share/assets\""
|
||||
'';
|
||||
|
||||
preBuild = ''
|
||||
|
|
|
|||
|
|
@ -2,6 +2,6 @@ fetchFromGitHub:
|
|||
fetchFromGitHub {
|
||||
owner = "greatscottgadgets";
|
||||
repo = "cynthion";
|
||||
rev = "db0fb8ecfee1c153219f029c0db627c6805e3d59";
|
||||
hash = "sha256-BrxoRJ8bKBTENJgbYpi/fEHdCYThJEzKftH2Xo3u/3U=";
|
||||
rev = "0.1.2";
|
||||
hash = "sha256-eLimS2gghT52tV01ZlFs8xEwwibB4yezl3eW7zrHpW8=";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
}:
|
||||
stdenvNoCC.mkDerivation {
|
||||
pname = "cynthion-udev";
|
||||
version = "0.1.0";
|
||||
version = "0.1.2";
|
||||
dontBuild = true;
|
||||
dontFixup = true;
|
||||
|
||||
|
|
|
|||
|
|
@ -16,15 +16,16 @@
|
|||
in
|
||||
buildPythonPackage rec {
|
||||
pname = "apollo-fpga";
|
||||
version = "1.0.6";
|
||||
version = "1.0.7";
|
||||
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "greatscottgadgets";
|
||||
repo = "apollo";
|
||||
rev = "3a0e3a214eb1e6a9434b8e0bf15bcf7cf54f8242";
|
||||
hash = "sha256-t3XtBzinMysIBgONPIGLqFXpzBaCqMfY3sufjtRc7Io=";
|
||||
rev = "v1.0.7";
|
||||
hash = "sha256-sREQpe28MBW+RGFag4OLZsjjvUan6ctZ83aFOMuc3EU=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue