summary refs log tree commit diff
path: root/pkgs/tools/system/efivar
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-06-24 10:18:21 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-06-24 19:18:21 +0200
commit7f60464262ab54d530e933bc42953b00f7101201 (patch)
tree5f415f9b8e820b27a330c1c755244ddf2eccb119 /pkgs/tools/system/efivar
parentf7228baef5ecccc2c540cd449efa3f613cda5c73 (diff)
downloadnixlib-7f60464262ab54d530e933bc42953b00f7101201.tar
nixlib-7f60464262ab54d530e933bc42953b00f7101201.tar.gz
nixlib-7f60464262ab54d530e933bc42953b00f7101201.tar.bz2
nixlib-7f60464262ab54d530e933bc42953b00f7101201.tar.lz
nixlib-7f60464262ab54d530e933bc42953b00f7101201.tar.xz
nixlib-7f60464262ab54d530e933bc42953b00f7101201.tar.zst
nixlib-7f60464262ab54d530e933bc42953b00f7101201.zip
efivar: 35 -> 36 (#42282)
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.

These checks were done:

- built on NixOS
- /nix/store/9id78fkv7cf4bd6rwv06a0pz2dnr5ip3-efivar-36-bin/bin/efivar passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 36 with grep in /nix/store/9id78fkv7cf4bd6rwv06a0pz2dnr5ip3-efivar-36-bin
- directory tree listing: https://gist.github.com/f6b2229b6bfb146aa1c4be22eae3162b
- du listing: https://gist.github.com/e6239ef936ac1f133d5f4ccc6bc653f4
Diffstat (limited to 'pkgs/tools/system/efivar')
-rw-r--r--pkgs/tools/system/efivar/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/system/efivar/default.nix b/pkgs/tools/system/efivar/default.nix
index 6c0bcb406218..8f1367d3fdce 100644
--- a/pkgs/tools/system/efivar/default.nix
+++ b/pkgs/tools/system/efivar/default.nix
@@ -2,7 +2,7 @@
 
 stdenv.mkDerivation rec {
   name = "efivar-${version}";
-  version = "35";
+  version = "36";
 
   outputs = [ "bin" "out" "dev" "man" ];
 
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
     owner = "rhinstaller";
     repo = "efivar";
     rev = version;
-    sha256 = "0hc7l5z0hw5472bm6p4d9n24bbggv9lgw7px1hqrdkfjghqfnlxh";
+    sha256 = "0r39kx6sqgpk8rz19g1sil4dp7r82d5g1wlkbw1czwas95s50y7n";
   };
 
   nativeBuildInputs = [ pkgconfig ];