2
0
Fork 0

Update Sotest-producer

This fixes the test count in test logs.
This commit is contained in:
Emery Hemingway 2020-01-22 15:18:30 +01:00
parent f78cb9477e
commit 8be4745bd5
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
stdenv.mkDerivation rec {
pname = "sotest-producer";
version = "0.1.0";
version = "0.1.1";
nativeBuildInputs = with buildPackages; [ tup pkgconfig ];
buildInputs = with genode; [ base os ];
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
src = fetchgit {
url = "https://gitea.c3d2.de/ehmry/genode-sotest-producer.git";
rev = "v" + version;
sha256 = "0sqwjrfcjbzig5d9caxviy67z5shkycyzjjhhxm6xniwq7m7s6dg";
sha256 = "0i51acml79m4drzz1r8jdysr9jklll5xllgw073qcrk407kff5qv";
};
configurePhase = ''