libraspberrypi: 2019-10-22 -> 2020-5-28

This commit is contained in:
Ada Avery 2020-06-06 00:57:19 -07:00
parent fe753a241f
commit 4612927ad2

View File

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
name = "libraspberrypi";
version = "2019-10-22";
version = "2020-05-28";
src = fetchFromGitHub {
owner = "raspberrypi";
repo = "userland";
rev = "5070cb7fc150fc98f1ed64a7739c3356970d9f76";
sha256 = "08yfzwn9s7lhrblcsxyag9p5lj5vk3n66b1pv3f7r3hah7qcggyq";
rev = "f97b1af1b3e653f9da2c1a3643479bfd469e3b74";
sha256 = "1r7n05rv96hqjq0rn0qzchmfqs0j7vh3p8jalgh66s6l0vms5mwy";
};
cmakeFlags = if (stdenv.targetPlatform.system == "aarch64-linux")