libxcrypt: 4.4.36 -> 4.4.38

Changes:
- https://github.com/besser82/libxcrypt/releases/tag/v4.4.37
- https://github.com/besser82/libxcrypt/releases/tag/v4.4.38

Changed files
+2 -2
pkgs
development
libraries
libxcrypt
+2 -2
pkgs/development/libraries/libxcrypt/default.nix
···
stdenv.mkDerivation (finalAttrs: {
pname = "libxcrypt";
-
version = "4.4.36";
+
version = "4.4.38";
src = fetchurl {
url = "https://github.com/besser82/libxcrypt/releases/download/v${finalAttrs.version}/libxcrypt-${finalAttrs.version}.tar.xz";
-
hash = "sha256-5eH0yu4KAd4q7ibjE4gH1tPKK45nKHlm0f79ZeH9iUM=";
+
hash = "sha256-gDBLnDBup5kyfwHZp1Sb2ygxd4kYJjHxtU9FEbQgbdY=";
};
# this could be accomplished by updateAutotoolsGnuConfigScriptsHook, but that causes infinite recursion