lol

efivar: 31 -> 30

According to the release page, version 31 of efivar is still considered
as a pre-release and the sha256sum has changed at least once. This commit
switches to the last, stable release.

authored by

Ioannis Koutras and committed by
Bjørn Forsman
cc4e2505 aac48708

+2 -2
+2 -2
pkgs/tools/system/efivar/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "efivar-${version}"; 5 - version = "31"; 5 + version = "30"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "rhinstaller"; 9 9 repo = "efivar"; 10 10 rev = version; 11 - sha256 = "0dhycikylm87jmds4ii5ygwq59g4sa5sv9mzryjzgqlgppw5arli"; 11 + sha256 = "1pghj019qr7qpqd9rxfhsr1hm3s0w1hd5cdndpl07vhys8hy4a8a"; 12 12 }; 13 13 14 14 nativeBuildInputs = [ pkgconfig ];