summary refs log tree commit diff
path: root/pkgs/os-specific/linux/acpid
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-02-24 21:30:27 +0100
committerPeter Simons <simons@cryp.to>2014-02-24 22:04:40 +0100
commit01aaf816c937d90fefca4e68703ecb9fb5650926 (patch)
tree1e503defe7e017a612c1fe4d15bb787e43562cff /pkgs/os-specific/linux/acpid
parenta0a94308692495d1f4947ffb37444a80ab7f3730 (diff)
downloadnixpkgs-01aaf816c937d90fefca4e68703ecb9fb5650926.tar
nixpkgs-01aaf816c937d90fefca4e68703ecb9fb5650926.tar.gz
nixpkgs-01aaf816c937d90fefca4e68703ecb9fb5650926.tar.bz2
nixpkgs-01aaf816c937d90fefca4e68703ecb9fb5650926.tar.lz
nixpkgs-01aaf816c937d90fefca4e68703ecb9fb5650926.tar.xz
nixpkgs-01aaf816c937d90fefca4e68703ecb9fb5650926.tar.zst
nixpkgs-01aaf816c937d90fefca4e68703ecb9fb5650926.zip
acpid: update from 2.0.20 to 2.0.21
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 c1f92476b87..a0ae59a5a5b 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.20";
+  name = "acpid-2.0.21";
 
   src = fetchurl {
     url = "mirror://sourceforge/acpid2/${name}.tar.xz";
-    sha256 = "0l7pzjcpf1935bn44kzgc16h00clbx73cjm2dlyhzvvb5ksvl7ka";
+    sha256 = "0vv3zz8p3wxhlp35aqgqvzn6lda595wzn7php3k47jwci1cpxrn4";
   };
 
   preBuild = ''