ccrypt: 1.10 -> 1.11

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ccrypt/versions.
This commit is contained in:
R. RyanTM 2018-08-08 18:59:31 -07:00
parent 20f1388c3f
commit 5c173bd880

View File

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