upower: Update to 0.99.3

This commit is contained in:
Eelco Dolstra 2015-09-09 11:36:13 +02:00
parent a6a73a1429
commit af82c983fc

View File

@ -6,11 +6,11 @@
assert stdenv.isLinux;
stdenv.mkDerivation rec {
name = "upower-0.99.2";
name = "upower-0.99.3";
src = fetchurl {
url = "http://upower.freedesktop.org/releases/${name}.tar.xz";
sha256 = "0vwlh20jmaf01m38kfn8yx2869a3clmkzlycrj99rf4nvwx4bp79";
sha256 = "0f6x9mi1jzgqdpycaikyhjljnw3aacsl3gxndyg0dfqkq6y9jwb9";
};
buildInputs =