2
0
Fork 0

Move sotest-producer sources URL

This commit is contained in:
Ehmry - 2020-04-04 12:21:22 +05:30
parent 89a6228161
commit 585836fdfa
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = with buildPackages; [ tup pkgconfig ];
src = buildPackages.fetchgit {
url = "https://gitea.c3d2.de/ehmry/genode-sotest-producer.git";
url = "https://git.sr.ht/~ehmry/genode-sotest-producer";
rev = "v" + version;
sha256 = "01qy86khkihj8jgvgc92w4bb3kpf640g1l2m5h5ym7s03viqinkr";
};