tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
upower: 0.99.3 -> 0.99.4
Tim Steinbach
10 years ago
3f3e8ed8
e82dcd70
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
upower
default.nix
+2
-2
pkgs/os-specific/linux/upower/default.nix
reviewed
···
6
6
assert stdenv.isLinux;
7
7
8
8
stdenv.mkDerivation rec {
9
9
-
name = "upower-0.99.3";
9
9
+
name = "upower-0.99.4";
10
10
11
11
src = fetchurl {
12
12
url = "http://upower.freedesktop.org/releases/${name}.tar.xz";
13
13
-
sha256 = "0f6x9mi1jzgqdpycaikyhjljnw3aacsl3gxndyg0dfqkq6y9jwb9";
13
13
+
sha256 = "1c1ph1j1fnrf3vipxb7ncmdfc36dpvcvpsv8n8lmal7grjk2b8ww";
14
14
};
15
15
16
16
buildInputs =