about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-12-15 23:57:16 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2018-12-15 23:57:16 -0800
commitbb36a7284799b8873d5f8013fecb8164903a73f5 (patch)
tree01960ea4948336a605ec008608af1e0c634e339b /pkgs
parente0950ae9ad7e101c16ce8bbc28d566c75bb298fb (diff)
downloadnixlib-bb36a7284799b8873d5f8013fecb8164903a73f5.tar
nixlib-bb36a7284799b8873d5f8013fecb8164903a73f5.tar.gz
nixlib-bb36a7284799b8873d5f8013fecb8164903a73f5.tar.bz2
nixlib-bb36a7284799b8873d5f8013fecb8164903a73f5.tar.lz
nixlib-bb36a7284799b8873d5f8013fecb8164903a73f5.tar.xz
nixlib-bb36a7284799b8873d5f8013fecb8164903a73f5.tar.zst
nixlib-bb36a7284799b8873d5f8013fecb8164903a73f5.zip
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
Diffstat (limited to 'pkgs')
-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 4072b8834cab..e77d44875820 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 = "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 ];