Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

monocypher: 3.1.3 -> 4.0.2

Stijn DW bff93bd0 e0ad52a0

+2 -12
+2 -12
pkgs/development/libraries/monocypher/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "monocypher"; 5 - version = "3.1.3"; 6 7 src = fetchurl { 8 url = "https://monocypher.org/download/monocypher-${version}.tar.gz"; 9 - hash = "sha256-tEK1d98o+MNsqgHZrpARtd2ccX2UvlIBaKBONtf1AW4="; 10 }; 11 - 12 - patches = [ 13 - # Fix cross-compilation 14 - (fetchpatch { 15 - url = "https://github.com/LoupVaillant/Monocypher/commit/376715e1c0ebb375e50dfa757bc89486c9a7b404.patch"; 16 - hash = "sha256-tuwSUaU4w+jkaj10ChMgUmOQmoKYnv5JgJ1og8EXxFk="; 17 - }) 18 - ]; 19 - 20 - makeFlags = [ "AR:=$(AR)" "CC:=$(CC)" ]; 21 22 installFlags = [ "PREFIX=$(out)" ]; 23
··· 2 3 stdenv.mkDerivation rec { 4 pname = "monocypher"; 5 + version = "4.0.2"; 6 7 src = fetchurl { 8 url = "https://monocypher.org/download/monocypher-${version}.tar.gz"; 9 + hash = "sha256-ONBxeXOMDJBnfbo863p7hJa8/qdYuhpT6AP+0wrgh5w="; 10 }; 11 12 installFlags = [ "PREFIX=$(out)" ]; 13