Skip to content

Commit f8b0a25

Browse files
committedMay 23, 2017
acpid: 2.0.27 -> 2.0.28
1 parent 427e749 commit f8b0a25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/os-specific/linux/acpid/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{ stdenv, fetchurl }:
22

33
stdenv.mkDerivation rec {
4-
name = "acpid-2.0.27";
4+
name = "acpid-2.0.28";
55

66
src = fetchurl {
77
url = "mirror://sourceforge/acpid2/${name}.tar.xz";
8-
sha256 = "05m6scbdzi2fb8zzi01c11a10pr0qb1gzccz4bbxj4fcacz24342";
8+
sha256 = "043igasvp1l6nv5rzh4sksmymay2qn20anl4zm4zvwnkn1a3l34q";
99
};
1010

1111
meta = with stdenv.lib; {

0 commit comments

Comments
 (0)
Please sign in to comment.