seabios: 1.16.3 -> 1.17.0

This commit is contained in:
R. Ryantm
2025-06-11 00:45:05 +00:00
parent aa81925f05
commit bbdf440b88
+2 -2
View File
@@ -34,12 +34,12 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "seabios";
version = "1.16.3";
version = "1.17.0";
src = fetchgit {
url = "https://git.seabios.org/seabios.git";
rev = "rel-${finalAttrs.version}";
hash = "sha256-hWemj83cxdY8p+Jhkh5GcPvI0Sy5aKYZJCsKDjHTUUk=";
hash = "sha256-eDQpl8Mf30p9WRvsNW192ISfBnEtMCdsWjUbWMXWmWw=";
};
postPatch = ''