libb2: init at 0.97
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{stdenv, fetchurl}:
|
||||
with stdenv; with lib;
|
||||
mkDerivation rec {
|
||||
name = "libb2-${meta.version}";
|
||||
|
||||
meta = {
|
||||
version = "0.97";
|
||||
description = "The BLAKE2 family of cryptographic hash functions";
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ dfoxfranke ];
|
||||
license = licenses.cc0;
|
||||
};
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://blake2.net/${name}.tar.gz";
|
||||
sha256 = "7829c7309347650239c76af7f15d9391af2587b38f0a65c250104a2efef99051";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user