mirror of
https://github.com/icewind1991/cynthion-flake.git
synced 2026-06-03 14:24:07 +02:00
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:
parent
a44895e23a
commit
91e4787fa0
4 changed files with 9 additions and 9 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -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=";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
}:
|
||||
stdenvNoCC.mkDerivation {
|
||||
pname = "cynthion-udev";
|
||||
version = "0.1.2";
|
||||
version = "0.1.7";
|
||||
dontBuild = true;
|
||||
dontFixup = true;
|
||||
|
||||
|
|
|
|||
|
|
@ -10,17 +10,17 @@
|
|||
wrapGAppsHook,
|
||||
}:
|
||||
rustPlatform.buildRustPackage rec {
|
||||
version = "0.2.2";
|
||||
version = "0.4.0";
|
||||
pname = "packetry";
|
||||
|
||||
src = fetchFromGitHub rec {
|
||||
owner = "greatscottgadgets";
|
||||
repo = "packetry";
|
||||
rev = "v" + version;
|
||||
hash = "sha256-FlimHJS3hwB2Tkulb8uToKFe165uv/gFxJ4uezVNka4=";
|
||||
hash = "sha256-eDVom0kAL1QwO8BtrJS76VTvxtKs7CP6Ob5BWlE6wOM=";
|
||||
};
|
||||
|
||||
cargoSha256 = "sha256-n1hPoSUEFUGpEUOiuirSbeAnU+qiENDg4XyN5Jkjo/Y=";
|
||||
cargoSha256 = "sha256-xz9PdVVB1u6s/anPBRonWS1kMN+4kfkK/gaOlF9Z3yk=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
wrapGAppsHook
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue