mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
udisks2: update from 2.1.1 to 2.1.3, potentially fixes CVE-2014-0004
This commit is contained in:
parent
7c38f9afe1
commit
0ffbfd38bf
@ -4,11 +4,11 @@
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "udisks-2.1.1";
|
||||
name = "udisks-2.1.3";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://udisks.freedesktop.org/releases/${name}.tar.bz2";
|
||||
sha256 = "1yw6h3l13y796adwgj6m4j3hijv58lgpf98mq24nn9da73zhjfq1";
|
||||
sha256 = "0bb3403pa23j317b7z9ikdigr6ll5cl93l4hiy4afjgfa7b2zjaw";
|
||||
};
|
||||
|
||||
patches = [ ./force-path.patch ];
|
||||
|
Loading…
Reference in New Issue
Block a user