Commit bff93bd0 authored by Stijn DW's avatar Stijn DW
Browse files

monocypher: 3.1.3 -> 4.0.2

parent e0ad52a0
Loading
Loading
Loading
Loading
+2 −12
Original line number Diff line number Diff line
@@ -2,23 +2,13 @@

stdenv.mkDerivation rec {
  pname = "monocypher";
  version = "3.1.3";
  version = "4.0.2";

  src = fetchurl {
    url = "https://monocypher.org/download/monocypher-${version}.tar.gz";
    hash = "sha256-tEK1d98o+MNsqgHZrpARtd2ccX2UvlIBaKBONtf1AW4=";
    hash = "sha256-ONBxeXOMDJBnfbo863p7hJa8/qdYuhpT6AP+0wrgh5w=";
  };

  patches = [
    # Fix cross-compilation
    (fetchpatch {
      url = "https://github.com/LoupVaillant/Monocypher/commit/376715e1c0ebb375e50dfa757bc89486c9a7b404.patch";
      hash = "sha256-tuwSUaU4w+jkaj10ChMgUmOQmoKYnv5JgJ1og8EXxFk=";
    })
  ];

  makeFlags = [ "AR:=$(AR)" "CC:=$(CC)" ];

  installFlags = [ "PREFIX=$(out)" ];

  doCheck = true;