udisks2: update from 2.1.1 to 2.1.3, potentially fixes CVE-2014-0004

(cherry picked from commit 0ffbfd38bf)
This commit is contained in:
Evgeny Egorochkin
2014-03-13 08:59:25 +02:00
committed by Eelco Dolstra
parent 0194a44d63
commit 3ca9d4e033

View File

@@ -4,11 +4,11 @@
}:
stdenv.mkDerivation rec {
name = "udisks-2.1.0";
name = "udisks-2.1.3";
src = fetchurl {
url = "http://udisks.freedesktop.org/releases/${name}.tar.bz2";
sha256 = "1a0mipihilscv9jwy59xrqn2kkri9p12a09anpjdld83l7jhh0ii";
sha256 = "0bb3403pa23j317b7z9ikdigr6ll5cl93l4hiy4afjgfa7b2zjaw";
};
patches = [ ./force-path.patch ];