Skip to content

Commit

Permalink
aescrypt: 3.13 -> 3.14
Browse files Browse the repository at this point in the history
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/aescrypt/versions
  • Loading branch information
r-ryantm authored and FRidh committed Mar 3, 2019
1 parent e2fd06a commit ab08921
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/aescrypt/default.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, libiconv }:

stdenv.mkDerivation rec {
version = "3.13";
version = "3.14";
name = "aescrypt-${version}";

src = fetchurl {
url = "https://www.aescrypt.com/download/v3/linux/${name}.tgz";
sha256 = "1a1rs7xmbxh355qg3v02rln3gshvy3j6wkx4g9ir72l22mp6zkc7";
sha256 = "1iziymcbpc64d44djgqfifpblsly4sr5bxsp5g29jgxz552kjlah";
};

NIX_LDFLAGS = stdenv.lib.optionalString stdenv.isDarwin "-liconv";
Expand Down

0 comments on commit ab08921

Please sign in to comment.