pkgs: update

cynthion: 0.1.2 -> 0.1.6
  packetry: 0.1.0 -> 0.2.2
  apollo: 1.0.7 -> 1.1.0
  luna-usb: 0.1.1 -> 0.1.2
  pyfwup: 0.4.0 -> 0.5.2
This commit is contained in:
sapphire-arches 2024-09-20 22:28:32 -07:00
commit 2df5a47483
7 changed files with 22 additions and 18 deletions

View file

@ -59,7 +59,7 @@ in
postPatch = ''
substituteInPlace cynthion/python/src/commands/util.py \
--replace-fail 'os.path.join(pkg_path, "assets")' "\"$out/share/assets\""
--replace-fail 'os.path.join(package_path, "assets")' "\"$out/share/assets\""
'';
preBuild = ''