yaws: 2.1.1 -> 2.2.0

This commit is contained in:
R. Ryantm 2024-07-14 03:05:57 +00:00
parent bd24e293f2
commit d13af34577

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "yaws";
version = "2.1.1";
version = "2.2.0";
src = fetchFromGitHub {
owner = "erlyaws";
repo = pname;
rev = "${pname}-${version}";
hash = "sha256-F1qhq0SEChWw/EBodXKWTqMNmGoTwP2JgkmfANUFD9I=";
hash = "sha256-acO8Vc8sZJl22HUml2kTxVswLEirqMbqHQdRIbkkcvs=";
};
configureFlags = [ "--with-extrainclude=${pam}/include/security" ];