forked from mirrors/nixpkgs
libargon2: 20171227 -> 20190702
This commit is contained in:
parent
2f746bc1fc
commit
09b3420b00
|
@ -1,14 +1,14 @@
|
|||
{ stdenv, fetchFromGitHub }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libargon2-${version}";
|
||||
version = "20171227";
|
||||
pname = "libargon2";
|
||||
version = "20190702";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "P-H-C";
|
||||
repo = "phc-winner-argon2";
|
||||
rev = "${version}";
|
||||
sha256 = "0sc9zca1anqk41017vjpas4kxi4cbn0zvicv8vj8p2sb2gy94bh8";
|
||||
rev = version;
|
||||
sha256 = "0p4ry9dn0mi9js0byijxdyiwx74p1nr8zj7wjpd1fjgqva4sk23i";
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
|
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||
--replace @HOST_MULTIARCH@ "" \
|
||||
--replace 'prefix=/usr' "prefix=$out"
|
||||
|
||||
make install PREFIX=$out
|
||||
make install PREFIX=$out LIBRARY_REL=lib
|
||||
ln -s $out/lib/libargon2.so $out/lib/libargon2.so.0
|
||||
runHook postInstall
|
||||
'';
|
||||
|
@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
|
|||
Catena, Lyra2, Makwa and yescrypt were given special recognition. The PHC
|
||||
recommends using Argon2 rather than legacy algorithms.
|
||||
'';
|
||||
homepage = https://www.argon2.com/;
|
||||
homepage = "https://www.argon2.com/";
|
||||
license = with licenses; [ asl20 cc0 ];
|
||||
maintainers = with maintainers; [ taeer olynch ];
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
|
|
Loading…
Reference in a new issue