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