libxcrypt: 4.4.35 -> 4.4.36

https://github.com/besser82/libxcrypt/blob/v4.4.36/NEWS
This commit is contained in:
Martin Weinelt 2023-07-05 22:59:10 +02:00
parent 7f76939485
commit d45279b3a8
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -8,11 +8,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libxcrypt";
version = "4.4.35";
version = "4.4.36";
src = fetchurl {
url = "https://github.com/besser82/libxcrypt/releases/download/v${finalAttrs.version}/libxcrypt-${finalAttrs.version}.tar.xz";
hash = "sha256-qMk1UFtV8d8NF/i/1ZRox8Zwmh0xgxsPjj4EWrj9RV0=";
hash = "sha256-5eH0yu4KAd4q7ibjE4gH1tPKK45nKHlm0f79ZeH9iUM=";
};
outputs = [