Commit bbdf440b authored by R. RyanTM's avatar R. RyanTM
Browse files

seabios: 1.16.3 -> 1.17.0

parent aa81925f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''