ccrypt: update from 1.9 to 1.10

This commit is contained in:
Nixpkgs Monitor 2013-12-15 10:54:18 +02:00 committed by Evgeny Egorochkin
parent fcd81b5844
commit 24cf5017e9

View File

@ -1,11 +1,11 @@
{stdenv, fetchurl, perl}: {stdenv, fetchurl, perl}:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "ccrypt-1.9"; name = "ccrypt-1.10";
src = fetchurl { src = fetchurl {
url = mirror://sourceforge/ccrypt/ccrypt-1.9.tar.gz; url = mirror://sourceforge/ccrypt/ccrypt-1.10.tar.gz;
sha256 = "1bzbfq19jnnlp221kilzxpy0l6w3hk9b1iqjz4haypzlyxswnf35"; sha256 = "184v9676hx2w875cz04rd3a20wrcms33a1zwybvapb0g2yi6vml7";
}; };
nativeBuildInputs = [ perl ]; nativeBuildInputs = [ perl ];