libraspberrypi: 2019-10-22 -> 2020-5-28
This commit is contained in:
parent
fe753a241f
commit
4612927ad2
@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libraspberrypi";
|
name = "libraspberrypi";
|
||||||
version = "2019-10-22";
|
version = "2020-05-28";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "raspberrypi";
|
owner = "raspberrypi";
|
||||||
repo = "userland";
|
repo = "userland";
|
||||||
rev = "5070cb7fc150fc98f1ed64a7739c3356970d9f76";
|
rev = "f97b1af1b3e653f9da2c1a3643479bfd469e3b74";
|
||||||
sha256 = "08yfzwn9s7lhrblcsxyag9p5lj5vk3n66b1pv3f7r3hah7qcggyq";
|
sha256 = "1r7n05rv96hqjq0rn0qzchmfqs0j7vh3p8jalgh66s6l0vms5mwy";
|
||||||
};
|
};
|
||||||
|
|
||||||
cmakeFlags = if (stdenv.targetPlatform.system == "aarch64-linux")
|
cmakeFlags = if (stdenv.targetPlatform.system == "aarch64-linux")
|
||||||
|
Loading…
Reference in New Issue
Block a user