mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 23:52:33 +00:00
aescrypt: 3.13 -> 3.14
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
This commit is contained in:
parent
e2fd06ad1d
commit
ab08921f45
|
@ -1,12 +1,12 @@
|
||||||
{ stdenv, fetchurl, libiconv }:
|
{ stdenv, fetchurl, libiconv }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "3.13";
|
version = "3.14";
|
||||||
name = "aescrypt-${version}";
|
name = "aescrypt-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://www.aescrypt.com/download/v3/linux/${name}.tgz";
|
url = "https://www.aescrypt.com/download/v3/linux/${name}.tgz";
|
||||||
sha256 = "1a1rs7xmbxh355qg3v02rln3gshvy3j6wkx4g9ir72l22mp6zkc7";
|
sha256 = "1iziymcbpc64d44djgqfifpblsly4sr5bxsp5g29jgxz552kjlah";
|
||||||
};
|
};
|
||||||
|
|
||||||
NIX_LDFLAGS = stdenv.lib.optionalString stdenv.isDarwin "-liconv";
|
NIX_LDFLAGS = stdenv.lib.optionalString stdenv.isDarwin "-liconv";
|
||||||
|
|
Loading…
Reference in a new issue