summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-06-10 10:51:11 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-06-10 19:51:11 +0200
commit187878d0f1d0aa76ca28c4462b0a1dcf6484b44b (patch)
tree193d2ae17ecc946fe0ad497edb4b0e7bae67a1ef
parent1f6f12381416daa0f54da13555619a58c6f133fb (diff)
downloadnixlib-187878d0f1d0aa76ca28c4462b0a1dcf6484b44b.tar
nixlib-187878d0f1d0aa76ca28c4462b0a1dcf6484b44b.tar.gz
nixlib-187878d0f1d0aa76ca28c4462b0a1dcf6484b44b.tar.bz2
nixlib-187878d0f1d0aa76ca28c4462b0a1dcf6484b44b.tar.lz
nixlib-187878d0f1d0aa76ca28c4462b0a1dcf6484b44b.tar.xz
nixlib-187878d0f1d0aa76ca28c4462b0a1dcf6484b44b.tar.zst
nixlib-187878d0f1d0aa76ca28c4462b0a1dcf6484b44b.zip
acpica-tools: 20180508 -> 20180531 (#41575)
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/x1sw7fxqaqayhy9hyvh57xc2zjg5d4yw-acpica-tools-20180531/bin/acpibin passed the binary check.
- /nix/store/x1sw7fxqaqayhy9hyvh57xc2zjg5d4yw-acpica-tools-20180531/bin/acpidump passed the binary check.
- /nix/store/x1sw7fxqaqayhy9hyvh57xc2zjg5d4yw-acpica-tools-20180531/bin/acpiexec passed the binary check.
- /nix/store/x1sw7fxqaqayhy9hyvh57xc2zjg5d4yw-acpica-tools-20180531/bin/acpihelp passed the binary check.
- /nix/store/x1sw7fxqaqayhy9hyvh57xc2zjg5d4yw-acpica-tools-20180531/bin/acpinames passed the binary check.
- /nix/store/x1sw7fxqaqayhy9hyvh57xc2zjg5d4yw-acpica-tools-20180531/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/0bdfbe66fba66901dbdc08214997cf2d
- du listing: https://gist.github.com/28d13e951134d3565b807bef5d9610ec
-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 edb7828f95b7..c9a33bc64e0c 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 = "20180508";
+  version = "20180531";
 
   src = fetchurl {
     url = "https://acpica.org/sites/acpica/files/acpica-unix-${version}.tar.gz";
-    sha256 = "1n7lqmv77kg28drahvxzybwl9v4hzwi8i7xkpgliclfcp5ff909b";
+    sha256 = "0rbn0anxs6r1ks1lgaxqhiv2kqgh4f1fq5qi2kdv7hir82mdqv4g";
   };
 
   NIX_CFLAGS_COMPILE = "-O3";