Unverified Commit 839cdaa1 authored by Janne Heß's avatar Janne Heß Committed by GitHub
Browse files

Merge pull request #253553 from r-ryantm/auto-update/wimboot

wimboot: 2.7.5 -> 2.7.6
parents 01986f44 0958110e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "wimboot";
  version = "2.7.5";
  version = "2.7.6";

  src = fetchFromGitHub {
    owner = "ipxe";
    repo = "wimboot";
    rev = "v${version}";
    sha256 = "sha256-rbJONP3ge+2+WzCIpTUZeieQz9Q/MZfEUmQVbZ+9Dro=";
    sha256 = "sha256-AFPuHxcDM/cdEJ5nRJnVbPk7Deg97NeSMsg/qwytZX4=";
  };

  sourceRoot = "${src.name}/src";