Merge pull request #2 from sapphire-arches/update/2024-11-16
Some checks failed
CI / gateware-matrix (push) Has been cancelled
CI / build-packetry (push) Has been cancelled
CI / build-gateware (push) Has been cancelled
CI / build-cynthion (push) Has been cancelled

Update packages
This commit is contained in:
Robin Appelman 2024-11-18 22:20:22 +01:00 committed by GitHub
commit 59911f893a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 9 additions and 9 deletions

View file

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

View file

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

View file

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

View file

@ -10,17 +10,17 @@
wrapGAppsHook, wrapGAppsHook,
}: }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
version = "0.2.2"; version = "0.4.0";
pname = "packetry"; pname = "packetry";
src = fetchFromGitHub rec { src = fetchFromGitHub rec {
owner = "greatscottgadgets"; owner = "greatscottgadgets";
repo = "packetry"; repo = "packetry";
rev = "v" + version; rev = "v" + version;
hash = "sha256-FlimHJS3hwB2Tkulb8uToKFe165uv/gFxJ4uezVNka4="; hash = "sha256-eDVom0kAL1QwO8BtrJS76VTvxtKs7CP6Ob5BWlE6wOM=";
}; };
cargoSha256 = "sha256-n1hPoSUEFUGpEUOiuirSbeAnU+qiENDg4XyN5Jkjo/Y="; cargoSha256 = "sha256-xz9PdVVB1u6s/anPBRonWS1kMN+4kfkK/gaOlF9Z3yk=";
nativeBuildInputs = [ nativeBuildInputs = [
wrapGAppsHook wrapGAppsHook