mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 03:12:51 +00:00
udisks: 2.1.4 -> 2.1.6
This commit is contained in:
parent
8af3eab207
commit
7735b2e4c5
@ -4,11 +4,11 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "udisks-2.1.4";
|
name = "udisks-2.1.6";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://udisks.freedesktop.org/releases/${name}.tar.bz2";
|
url = "http://udisks.freedesktop.org/releases/${name}.tar.bz2";
|
||||||
sha256 = "1fqrwmdyn5vc5r7wixh2f013ca1qf3kwy4ia8mh9282a7bfliqd4";
|
sha256 = "0spl155k0g2l2hvqf8xyjv08i68gfyhzpjva6cwlzxx0bz4gbify";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./force-path.patch ];
|
patches = [ ./force-path.patch ];
|
||||||
|
Loading…
Reference in New Issue
Block a user