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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue