Merge pull request #38737 from r-ryantm/auto-update/efibootmgr

efibootmgr: 15 -> 16
This commit is contained in:
Matthew Justin Bauer 2018-04-18 22:19:48 -05:00 committed by GitHub
commit 82e9f024e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
name = "efibootmgr-${version}";
version = "15";
version = "16";
nativeBuildInputs = [ pkgconfig ];
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
owner = "rhboot";
repo = "efibootmgr";
rev = version;
sha256 = "0z7h1dirp8za6lbbf4f3dzn7l1px891rdymhkbqc10yj6gi1jpqp";
sha256 = "0b27h8vf1b6laln5n0wk2hkzyyh87sxanj7wrz9kimyx03dcq6vi";
};
makeFlags = [ "EFIDIR=nixos" ];