seabios: 1.16.2 -> 1.16.3

This commit is contained in:
R. Ryantm 2023-11-29 15:10:33 +00:00 committed by Anderson Torres
parent 7d6c3583af
commit f0d62e899b

View File

@ -3,12 +3,12 @@
stdenv.mkDerivation rec {
pname = "seabios";
version = "1.16.2";
version = "1.16.3";
src = fetchgit {
url = "https://git.seabios.org/seabios.git";
rev = "rel-${version}";
sha256 = "sha256-J2FuT+FXn9YoFLSfxDOxyKZvKrys59a6bP1eYvEXVNU=";
sha256 = "sha256-hWemj83cxdY8p+Jhkh5GcPvI0Sy5aKYZJCsKDjHTUUk=";
};
nativeBuildInputs = [ python3 ];