efibootmgr: 16 -> 17 (#44786)

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/efibootmgr/versions.
This commit is contained in:
R. RyanTM 2018-08-08 23:22:01 -07:00 committed by xeji
parent ea3310c944
commit 45216f9468

View File

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