Merge pull request #38853 from r-ryantm/auto-update/efivar

efivar: 34 -> 35
This commit is contained in:
Jörg Thalheim 2018-04-12 20:35:48 +01:00 committed by GitHub
commit a7f4993be3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "efivar-${version}"; name = "efivar-${version}";
version = "34"; version = "35";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "rhinstaller"; owner = "rhinstaller";
repo = "efivar"; repo = "efivar";
rev = version; rev = version;
sha256 = "0ycrdaz0ijkm3xb9fnwzhwi0pdj5c6s636wj4i6lbjbrijbzn4x5"; sha256 = "0hc7l5z0hw5472bm6p4d9n24bbggv9lgw7px1hqrdkfjghqfnlxh";
}; };
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkgconfig ];