seabios: 1.16.1 -> 1.16.2

+2 -2
+2 -2
pkgs/applications/virtualization/seabios/default.nix
··· 3 3 stdenv.mkDerivation rec { 4 4 5 5 pname = "seabios"; 6 - version = "1.16.1"; 6 + version = "1.16.2"; 7 7 8 8 src = fetchgit { 9 9 url = "https://git.seabios.org/seabios.git"; 10 10 rev = "rel-${version}"; 11 - sha256 = "sha256-oIl2ZbhgSiVJPMBGbVt6N074vOifAoZL6VdKcBwM8D4="; 11 + sha256 = "sha256-J2FuT+FXn9YoFLSfxDOxyKZvKrys59a6bP1eYvEXVNU="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ python3 ];