about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-04-07 08:56:06 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-04-07 08:56:06 -0700
commit6961b585d3705bee5b1d22ddf4c3ce2b7923bb81 (patch)
tree77eee69187239d4ada1670274eeb5d1acfd8f137 /pkgs
parentc45eadf31ddf61328a33dc9215c4b1f1f4f2c0d2 (diff)
downloadnixlib-6961b585d3705bee5b1d22ddf4c3ce2b7923bb81.tar
nixlib-6961b585d3705bee5b1d22ddf4c3ce2b7923bb81.tar.gz
nixlib-6961b585d3705bee5b1d22ddf4c3ce2b7923bb81.tar.bz2
nixlib-6961b585d3705bee5b1d22ddf4c3ce2b7923bb81.tar.lz
nixlib-6961b585d3705bee5b1d22ddf4c3ce2b7923bb81.tar.xz
nixlib-6961b585d3705bee5b1d22ddf4c3ce2b7923bb81.tar.zst
nixlib-6961b585d3705bee5b1d22ddf4c3ce2b7923bb81.zip
iasl: 20170303 -> 20180313
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- ran ‘/nix/store/hqhn3nlmqm58nkh71a97sd5s60yd2fdd-iasl-20180313/bin/iasl -h’ got 0 exit code
- directory tree listing: https://gist.github.com/15e34bd3c2286ed995ac1e3040a1e568
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/compilers/iasl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/iasl/default.nix b/pkgs/development/compilers/iasl/default.nix
index 5e0970ea12f4..22f80ae559f7 100644
--- a/pkgs/development/compilers/iasl/default.nix
+++ b/pkgs/development/compilers/iasl/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "iasl-${version}";
-  version = "20170303";
+  version = "20180313";
 
   src = fetchurl {
     url = "https://acpica.org/sites/acpica/files/acpica-unix-${version}.tar.gz";
-    sha256 = "1dc933rr11gv1nlaf5j8ih1chdakbjbjkn34jgbm330zppmck4y0";
+    sha256 = "05ab2xfv9wqwbzjaa9xqgrvvan87rxv29hw48h1gcckpc5smp2wm";
   };
 
   NIX_CFLAGS_COMPILE = "-O3";