cryptsetup: Update to 1.5.1
This commit is contained in:
parent
afc0784322
commit
5391395e68
|
@ -1,11 +1,11 @@
|
||||||
{ stdenv, fetchurl, devicemapper, libgcrypt, libuuid, pkgconfig, popt }:
|
{ stdenv, fetchurl, devicemapper, libgcrypt, libuuid, pkgconfig, popt }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "cryptsetup-1.5.0";
|
name = "cryptsetup-1.5.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://cryptsetup.googlecode.com/files/${name}.tar.bz2";
|
url = "http://cryptsetup.googlecode.com/files/${name}.tar.bz2";
|
||||||
sha256 = "1l7qcmaq092k28k8sbw845hs6jwn0f05h68rmb7iwh52232m8wa0";
|
sha256 = "0dib3nw6ifd7d7hr9k4iyaha3hz0pkzairqa38l3fndkr9w3zlhn";
|
||||||
};
|
};
|
||||||
|
|
||||||
configureFlags = "--enable-cryptsetup-reencrypt";
|
configureFlags = "--enable-cryptsetup-reencrypt";
|
||||||
|
|
Loading…
Reference in New Issue