1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 14:41:17 +00:00

Revert "polkit-0.104"

This reverts revision 31411

polkit-0.104 depends on glib-2.30, so this upgrade goes to branches/glib-2.30

svn path=/nixpkgs/trunk/; revision=31423
This commit is contained in:
Yury G. Kudryashov 2012-01-07 20:29:08 +00:00
parent a7f52f0fd0
commit edd651131b

View file

@ -15,11 +15,11 @@ let
in
stdenv.mkDerivation rec {
name = "polkit-0.104";
name = "polkit-0.102";
src = fetchurl {
url = "http://hal.freedesktop.org/releases/${name}.tar.gz";
sha256 = "1yf7307svs8qk76qdlgww1bhgdcia5cm92n16xz7njhy73c162kb";
sha256 = "0hc60nwqnmixavgg0alk4w0llwj5xmm4bw8qh915qvqwhkd76r8a";
};
buildInputs =