pkgs: update

cynthion: 0.1.2 -> 0.1.7
  apollo-firmware: 1.0.7 -> 1.1.0
  packetry: 0.2.0 -> 0.4.0
This commit is contained in:
sapphire-arches 2024-11-17 00:31:03 -08:00
commit 91e4787fa0
4 changed files with 9 additions and 9 deletions

View file

@ -20,13 +20,13 @@
in
stdenv.mkDerivation rec {
pname = "apollo-${board}";
version = "1.0.7";
version = "1.1.0";
src = fetchFromGitHub {
owner = "greatscottgadgets";
repo = "apollo";
rev = "v1.0.7";
hash = "sha256-sREQpe28MBW+RGFag4OLZsjjvUan6ctZ83aFOMuc3EU=";
rev = "v" + version;
hash = "sha256-CVMSTjrfrtvfVFbMVvx2FYhkkonvEpiSZ+buqOzHyXk";
fetchSubmodules = true;
};

View file

@ -2,6 +2,6 @@ fetchFromGitHub:
fetchFromGitHub {
owner = "greatscottgadgets";
repo = "cynthion";
rev = "0.1.6";
hash = "sha256-9H82UMtQ6nzYk6TQZSv37hcp/aclrBYZn7ovoExGS/8=";
rev = "0.1.7";
hash = "sha256-2nVfODAg4t5hoSKUEP4IN23R+JGe3lw/rpfjW/UIsYw=";
}

View file

@ -5,7 +5,7 @@
}:
stdenvNoCC.mkDerivation {
pname = "cynthion-udev";
version = "0.1.2";
version = "0.1.7";
dontBuild = true;
dontFixup = true;