about summary refs log tree commit diff
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-07-04 12:09:23 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-07-04 12:09:23 -0700
commit83ff4c23cf82f8a63762a4616a55e89d7bd8b3e6 (patch)
tree4847742f33b0fd9b51d8bc66d4de4ec1fad729f4 /pkgs/tools/system
parenta260b3d681164bedaeb90fd578390147799d638c (diff)
downloadnixlib-83ff4c23cf82f8a63762a4616a55e89d7bd8b3e6.tar
nixlib-83ff4c23cf82f8a63762a4616a55e89d7bd8b3e6.tar.gz
nixlib-83ff4c23cf82f8a63762a4616a55e89d7bd8b3e6.tar.bz2
nixlib-83ff4c23cf82f8a63762a4616a55e89d7bd8b3e6.tar.lz
nixlib-83ff4c23cf82f8a63762a4616a55e89d7bd8b3e6.tar.xz
nixlib-83ff4c23cf82f8a63762a4616a55e89d7bd8b3e6.tar.zst
nixlib-83ff4c23cf82f8a63762a4616a55e89d7bd8b3e6.zip
acpica-tools: 20180531 -> 20180629
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/acpica-tools/versions.

These checks were done:

- built on NixOS
- /nix/store/dc5gdvaij7aajyirdny91s0whbspwjgn-acpica-tools-20180629/bin/acpibin passed the binary check.
- /nix/store/dc5gdvaij7aajyirdny91s0whbspwjgn-acpica-tools-20180629/bin/acpidump passed the binary check.
- /nix/store/dc5gdvaij7aajyirdny91s0whbspwjgn-acpica-tools-20180629/bin/acpiexec passed the binary check.
- /nix/store/dc5gdvaij7aajyirdny91s0whbspwjgn-acpica-tools-20180629/bin/acpihelp passed the binary check.
- /nix/store/dc5gdvaij7aajyirdny91s0whbspwjgn-acpica-tools-20180629/bin/acpinames passed the binary check.
- /nix/store/dc5gdvaij7aajyirdny91s0whbspwjgn-acpica-tools-20180629/bin/acpixtract passed the binary check.
- 6 of 6 passed binary check by having a zero exit code.
- 0 of 6 passed binary check by having the new version present in output.
- directory tree listing: https://gist.github.com/9296aa5d91d9452a3a1d83b0168e6b8d
- du listing: https://gist.github.com/e7225e6df139c9308cd612a5fcba8acf
Diffstat (limited to 'pkgs/tools/system')
-rw-r--r--pkgs/tools/system/acpica-tools/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/system/acpica-tools/default.nix b/pkgs/tools/system/acpica-tools/default.nix
index c9a33bc64e0c..7e480a0a17d0 100644
--- a/pkgs/tools/system/acpica-tools/default.nix
+++ b/pkgs/tools/system/acpica-tools/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "acpica-tools-${version}";
-  version = "20180531";
+  version = "20180629";
 
   src = fetchurl {
     url = "https://acpica.org/sites/acpica/files/acpica-unix-${version}.tar.gz";
-    sha256 = "0rbn0anxs6r1ks1lgaxqhiv2kqgh4f1fq5qi2kdv7hir82mdqv4g";
+    sha256 = "0kwssazw7pqgxvxj41q5r0g83bqqk64f2lrpnfjn9p6v58zizlbh";
   };
 
   NIX_CFLAGS_COMPILE = "-O3";