libxcrypt: 4.4.29 -> 4.4.30

https://github.com/besser82/libxcrypt/releases/tag/v4.4.30

Also enables tests on musl, which now pass.
This commit is contained in:
Martin Weinelt 2022-11-01 17:28:49 +01:00
parent fad5f168d2
commit fb505678ed
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "libxcrypt";
version = "4.4.29";
version = "4.4.30";
src = fetchurl {
url = "https://github.com/besser82/libxcrypt/releases/download/v${version}/libxcrypt-${version}.tar.xz";
sha256 = "sha256-de48/0ghSYxSNWOCxKHfV5mhvw1WrF6pTZVCt87p94Y=";
sha256 = "sha256-s2Z/C6hdqtavJGukCQ++UxY62TyLaioSV9IqeLt87ro=";
};
outputs = [
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
doCheck = !stdenv.hostPlatform.isMusl;
doCheck = true;
passthru.tests = {
inherit (nixosTests) login shadow;