efivar: 36 -> 37

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/efivar/versions
This commit is contained in:
R. RyanTM 2018-12-15 23:57:16 -08:00
parent e0950ae9ad
commit bb36a72847

View File

@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
name = "efivar-${version}";
version = "36";
version = "37";
outputs = [ "bin" "out" "dev" "man" ];
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
owner = "rhinstaller";
repo = "efivar";
rev = version;
sha256 = "0r39kx6sqgpk8rz19g1sil4dp7r82d5g1wlkbw1czwas95s50y7n";
sha256 = "1z2dw5x74wgvqgd8jvibfff0qhwkc53kxg54v12pzymyibagwf09";
};
nativeBuildInputs = [ pkgconfig ];