mirror of
https://github.com/icewind1991/cynthion-flake.git
synced 2026-06-03 14:24:07 +02:00
updates
This commit is contained in:
parent
4beacc0c7c
commit
bd43c82cae
5 changed files with 12 additions and 12 deletions
|
|
@ -20,13 +20,13 @@
|
|||
in
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "apollo-${board}";
|
||||
version = "1.0.6";
|
||||
version = "1.0.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "greatscottgadgets";
|
||||
repo = "apollo";
|
||||
rev = "v1.0.6";
|
||||
hash = "sha256-QinJzMZGZo1a1glj1r9NZIoUlQn2gb+rOc7uojBENR4=";
|
||||
rev = "v1.0.7";
|
||||
hash = "sha256-sREQpe28MBW+RGFag4OLZsjjvUan6ctZ83aFOMuc3EU=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue