2
0
Fork 0

Update to Genode 20.05

This commit is contained in:
Emery Hemingway 2020-05-28 17:47:06 +05:30
parent 67e2dea5e9
commit 44d8327f43
2 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@
with buildPackages;
let
version = "20.02";
version = "20.05";
genodeSources = let
platform = targetPackages.targetPlatform;
@ -23,7 +23,7 @@ let
inherit version;
src = fetchurl {
url = "https://github.com/genodelabs/genode/archive/${version}.tar.gz";
hash = "sha256-ZY9ND6vDA9u127TAv87uOjPuLzRzBPyp5PzD6iM7uNI=";
hash = "sha256-5Fd8ywGbDtQF+9yDZ5xAQ7l1Vzh1jQAQeqVj+EtO1us=";
};
nativeBuildInputs = [ expect gnumake tcl ];
patches = [ ./LIB.patch ];

View File

@ -13,8 +13,8 @@ with buildPackages; {
jitterentropy.hash = "sha256-6KS732GxtUMz0xPYKtshdn039DgdJq11vTDQesZn4Ds=";
jpeg.hash = "sha256-fiRwzwEDVd1Xgd+k4WOez8AfR4brsBg7g0D9+9VJZr4=";
libc = {
hash = "sha256-RL5l7GHlczc/6Uils9WCuPh9cCawx6XZ4H0HLPdMmAA=";
nativeBuildInputs = [ buildPackages.gcc subversion ];
hash = "sha256-WecWj8rLBzG4hipOfPShhootOuBQW4sA4SSzFPMTbrw=";
nativeBuildInputs = [ buildPackages.gcc ];
};
libiconv.hash = "sha256-H1BPWDmQ4s0zLnCitg+kz2yNeTU7+S7/w58SqmvHWGQ=";
libpng.hash = "sha256-N69Q7ciQuW4sFl5k5XIe7rdkQvYZ3qfo6FlvgDgDGJo=";