seabios: 1.16.3 -> 1.17.0 (#415732)

Co-authored-by: SigmaSquadron <alpha@sigmasquadron.net>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-06-13 02:15:07 +00:00
committed by GitHub
co-authored by SigmaSquadron
+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 = ''