aespipe: 2.4e -> 2.4f (#70547)
* aespipe: 2.4e -> 2.4f Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/aespipe/versions * aespipe: enable Padlock and AES-NI
This commit is contained in:
parent
7e1e138606
commit
8a7f358c74
@ -2,18 +2,20 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "aespipe";
|
pname = "aespipe";
|
||||||
version = "2.4e";
|
version = "2.4f";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/loop-aes/aespipe/aespipe-v${version}.tar.bz2";
|
url = "mirror://sourceforge/loop-aes/aespipe/aespipe-v${version}.tar.bz2";
|
||||||
sha256 = "0fmr0vk408bf13jydhdmcdhqw31yc9qk329bs9i60alccywapmds";
|
sha256 = "15pg9j27mjzl78mpzkdqd84kdafj0g6j72f8wgjrpp2qkxjy2ddi";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
configureFlags = [ "--enable-padlock" "--enable-intelaes" ];
|
||||||
|
|
||||||
|
meta = with stdenv.lib; {
|
||||||
description = "AES encrypting or decrypting pipe";
|
description = "AES encrypting or decrypting pipe";
|
||||||
homepage = http://loop-aes.sourceforge.net/aespipe.README;
|
homepage = http://loop-aes.sourceforge.net/aespipe.README;
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = [ stdenv.lib.maintainers.goibhniu ];
|
maintainers = [ maintainers.goibhniu ];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user