cryptsetup: update from 1.6.2 to 1.6.3

This commit is contained in:
Nixpkgs Monitor 2014-01-08 18:49:49 +01:00 committed by Rob Vermaas
parent 3ba75f925d
commit a5882db800

View file

@ -5,11 +5,11 @@
assert enablePython -> python != null;
stdenv.mkDerivation rec {
name = "cryptsetup-1.6.2";
name = "cryptsetup-1.6.3";
src = fetchurl {
url = "http://cryptsetup.googlecode.com/files/${name}.tar.bz2";
sha256 = "16hh7v8bsqy0i1wlaj03kwqjv3liffkvg06lk75lng9hk00kywhm";
sha256 = "1n1qk5chyjspbiianrdb55fhb4wl0vfyqz2br05vfb24v4qlgbx2";
};
configureFlags = [ "--enable-cryptsetup-reencrypt" ]