cryptsetup: update from 1.6.2 to 1.6.3
This commit is contained in:
parent
3ba75f925d
commit
a5882db800
@ -5,11 +5,11 @@
|
|||||||
assert enablePython -> python != null;
|
assert enablePython -> python != null;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "cryptsetup-1.6.2";
|
name = "cryptsetup-1.6.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://cryptsetup.googlecode.com/files/${name}.tar.bz2";
|
url = "http://cryptsetup.googlecode.com/files/${name}.tar.bz2";
|
||||||
sha256 = "16hh7v8bsqy0i1wlaj03kwqjv3liffkvg06lk75lng9hk00kywhm";
|
sha256 = "1n1qk5chyjspbiianrdb55fhb4wl0vfyqz2br05vfb24v4qlgbx2";
|
||||||
};
|
};
|
||||||
|
|
||||||
configureFlags = [ "--enable-cryptsetup-reencrypt" ]
|
configureFlags = [ "--enable-cryptsetup-reencrypt" ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user