1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00

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 {
name = "efivar-${version}";
version = "34";
version = "35";
src = fetchFromGitHub {
owner = "rhinstaller";
repo = "efivar";
rev = version;
sha256 = "0ycrdaz0ijkm3xb9fnwzhwi0pdj5c6s636wj4i6lbjbrijbzn4x5";
sha256 = "0hc7l5z0hw5472bm6p4d9n24bbggv9lgw7px1hqrdkfjghqfnlxh";
};
nativeBuildInputs = [ pkgconfig ];