libargon2: 20161029 -> 20171227
This commit is contained in:
parent
646a2e9a6f
commit
1c8075321d
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libargon2-${version}";
|
name = "libargon2-${version}";
|
||||||
version = "20161029";
|
version = "20171227";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "P-H-C";
|
owner = "P-H-C";
|
||||||
repo = "phc-winner-argon2";
|
repo = "phc-winner-argon2";
|
||||||
rev = "${version}";
|
rev = "${version}";
|
||||||
sha256 = "021g8wi4g67ywm8zf3yncqwrmfz7ypgm1ih9wcmnxip5n75rymh5";
|
sha256 = "0sc9zca1anqk41017vjpas4kxi4cbn0zvicv8vj8p2sb2gy94bh8";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|
Loading…
Reference in a new issue