libscrypt: 1.21 -> 1.22

This commit is contained in:
R. Ryantm 2022-02-19 03:58:08 +00:00 committed by Robert Schütz
parent 0725034675
commit 2e5a26db6b

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "libscrypt";
version = "1.21";
version = "1.22";
src = fetchFromGitHub {
owner = "technion";
repo = "libscrypt";
rev = "v${version}";
sha256 = "1d76ys6cp7fi4ng1w3mz2l0p9dbr7ljbk33dcywyimzjz8bahdng";
sha256 = "sha256-QWWqC10bENemG5FYEog87tT7IxDaBJUDqu6j/sO3sYE=";
};
buildFlags = lib.optional stdenv.isDarwin "LDFLAGS= CFLAGS_EXTRA=";