seabios: 1.16.0 -> 1.16.1

This commit is contained in:
R. Ryantm 2022-12-29 11:28:59 +00:00 committed by Bjørn Forsman
parent f2ad82a068
commit dd6e0ab1cf

View file

@ -3,12 +3,12 @@
stdenv.mkDerivation rec {
pname = "seabios";
version = "1.16.0";
version = "1.16.1";
src = fetchgit {
url = "https://git.seabios.org/seabios.git";
rev = "rel-${version}";
sha256 = "0acal1rr7sya86wlhw2mgimabwhjnr0y1pl5zxwb79j8k1w1r8sh";
sha256 = "sha256-oIl2ZbhgSiVJPMBGbVt6N074vOifAoZL6VdKcBwM8D4=";
};
nativeBuildInputs = [ python3 ];