libgcrypt: 1.9.4 -> 1.10.1
See https://mail.gnu.org/archive/html/info-gnu/2022-03/msg00007.html for release information. This release should fix build issues with MUSL libc which did prevent 1.10.0 from being merged.
This commit is contained in:
parent
e9cfdc6b77
commit
462d460dae
1 changed files with 2 additions and 2 deletions
|
@ -15,11 +15,11 @@ assert enableCapabilities -> stdenv.isLinux;
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "libgcrypt";
|
||||
version = "1.9.4";
|
||||
version = "1.10.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnupg/libgcrypt/${pname}-${version}.tar.bz2";
|
||||
sha256 = "1xxabjv45zlxyryiwhmbfblsx41kl267wsb78bny6m14ly1rr17a";
|
||||
hash = "sha256-7xSuVGsAhM2EJZ9hpV4Ho4w7U6/A9Ua//O8vAbr/6d4=";
|
||||
};
|
||||
|
||||
outputs = [ "out" "dev" "info" ];
|
||||
|
|
Loading…
Reference in a new issue