summary refs log tree commit diff
path: root/pkgs/os-specific/linux/acpid
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-04-20 11:06:43 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-04-20 11:06:43 -0700
commitb9e7649d4352c43d43f56387c4fbdedc85d339f1 (patch)
tree8ec8fbc6d8f649579565a18e97c3a536a3393fdf /pkgs/os-specific/linux/acpid
parent333a24a628391137a7283f09498edd5822f12023 (diff)
downloadnixpkgs-b9e7649d4352c43d43f56387c4fbdedc85d339f1.tar
nixpkgs-b9e7649d4352c43d43f56387c4fbdedc85d339f1.tar.gz
nixpkgs-b9e7649d4352c43d43f56387c4fbdedc85d339f1.tar.bz2
nixpkgs-b9e7649d4352c43d43f56387c4fbdedc85d339f1.tar.lz
nixpkgs-b9e7649d4352c43d43f56387c4fbdedc85d339f1.tar.xz
nixpkgs-b9e7649d4352c43d43f56387c4fbdedc85d339f1.tar.zst
nixpkgs-b9e7649d4352c43d43f56387c4fbdedc85d339f1.zip
acpid: 2.0.28 -> 2.0.29
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- ran ‘/nix/store/vm7myzc830jgh1q5xmjc726xgw8fh933-acpid-2.0.29/bin/acpi_listen -h’ got 0 exit code
- ran ‘/nix/store/vm7myzc830jgh1q5xmjc726xgw8fh933-acpid-2.0.29/bin/acpi_listen --help’ got 0 exit code
- ran ‘/nix/store/vm7myzc830jgh1q5xmjc726xgw8fh933-acpid-2.0.29/bin/acpi_listen -v’ and found version 2.0.29
- ran ‘/nix/store/vm7myzc830jgh1q5xmjc726xgw8fh933-acpid-2.0.29/bin/acpi_listen --version’ and found version 2.0.29
- ran ‘/nix/store/vm7myzc830jgh1q5xmjc726xgw8fh933-acpid-2.0.29/bin/acpid help’ got 0 exit code
- ran ‘/nix/store/vm7myzc830jgh1q5xmjc726xgw8fh933-acpid-2.0.29/bin/acpid -v’ and found version 2.0.29
- ran ‘/nix/store/vm7myzc830jgh1q5xmjc726xgw8fh933-acpid-2.0.29/bin/acpid --version’ and found version 2.0.29
- found 2.0.29 with grep in /nix/store/vm7myzc830jgh1q5xmjc726xgw8fh933-acpid-2.0.29
- directory tree listing: https://gist.github.com/48210d03059b65f940b06df3ebb636d1
Diffstat (limited to 'pkgs/os-specific/linux/acpid')
-rw-r--r--pkgs/os-specific/linux/acpid/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/acpid/default.nix b/pkgs/os-specific/linux/acpid/default.nix
index c209cf6e316..7a234b16c91 100644
--- a/pkgs/os-specific/linux/acpid/default.nix
+++ b/pkgs/os-specific/linux/acpid/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl }:
 
 stdenv.mkDerivation rec {
-  name = "acpid-2.0.28";
+  name = "acpid-2.0.29";
 
   src = fetchurl {
     url = "mirror://sourceforge/acpid2/${name}.tar.xz";
-    sha256 = "043igasvp1l6nv5rzh4sksmymay2qn20anl4zm4zvwnkn1a3l34q";
+    sha256 = "1zq38al07z92r2md18zivrzgjqnn7m2wahdpgri6wijwjwkknl2q";
   };
 
   meta = with stdenv.lib; {