libxc: 5.2.2 -> 5.2.3

This commit is contained in:
Phillip Seeber 2022-10-12 16:42:54 +02:00
parent a77b44f4f4
commit 1ec06bba4a

View File

@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
owner = "libxc";
repo = "libxc";
rev = version;
sha256 = "sha256-PuLpwhyyht+kkPUTrJTH+VTY5WuOhi2mIUDrFqubF+w=";
hash = "sha256-PuLpwhyyht+kkPUTrJTH+VTY5WuOhi2mIUDrFqubF+w=";
};
nativeBuildInputs = [ perl cmake gfortran ];