We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 427e749 commit f8b0a25Copy full SHA for f8b0a25
pkgs/os-specific/linux/acpid/default.nix
@@ -1,11 +1,11 @@
1
{ stdenv, fetchurl }:
2
3
stdenv.mkDerivation rec {
4
- name = "acpid-2.0.27";
+ name = "acpid-2.0.28";
5
6
src = fetchurl {
7
url = "mirror://sourceforge/acpid2/${name}.tar.xz";
8
- sha256 = "05m6scbdzi2fb8zzi01c11a10pr0qb1gzccz4bbxj4fcacz24342";
+ sha256 = "043igasvp1l6nv5rzh4sksmymay2qn20anl4zm4zvwnkn1a3l34q";
9
};
10
11
meta = with stdenv.lib; {
0 commit comments