update packages

cynthion: 0.1.7 -> 0.1.8
  apollo-firmware: 1.1.0 -> 1.1.1
This commit is contained in:
sapphire-arches 2025-04-19 22:18:26 -07:00
commit f20d9b31ec
5 changed files with 23 additions and 19 deletions

View file

@ -16,7 +16,7 @@
in
buildPythonPackage rec {
pname = "apollo-fpga";
version = "1.1.0";
version = "1.1.1";
pyproject = true;
@ -24,7 +24,7 @@ in
owner = "greatscottgadgets";
repo = "apollo";
rev = "v" + version;
hash = "sha256-CVMSTjrfrtvfVFbMVvx2FYhkkonvEpiSZ+buqOzHyXk";
hash = "sha256-LvEGOVnC/0hwjxrkh3pV3uU2CuRyuQVmVJGQLumcChw=";
fetchSubmodules = true;
};