Update bootstrap ovni version in CI

This commit is contained in:
Rodrigo Arias 2022-12-16 09:54:53 +01:00
parent e47cf8fe22
commit 877bbcd9de

View File

@ -20,8 +20,8 @@ let
ovniFixed = last.ovni.overrideAttrs (old: { ovniFixed = last.ovni.overrideAttrs (old: {
src = builtins.fetchGit { src = builtins.fetchGit {
url = "ssh://git@bscpm03.bsc.es/rarias/ovni.git"; url = "ssh://git@bscpm03.bsc.es/rarias/ovni.git";
ref = "nanos6-emu-with-tests"; ref = "master";
rev = "3d39b8cc544140727c83a066a8fca785aff21965"; rev = "e47cf8fe22f79d9315e057376b4166013c2217a4";
}; };
}); });