libxc: 5.2.3 -> 6.0.0

This commit is contained in:
Roberto Di Remigio Eikås 2022-10-22 14:51:32 +02:00
parent 68eac2f6d2
commit 0df3fde642
No known key found for this signature in database
GPG key ID: E4FADFE6DFB29C6E

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "libxc"; pname = "libxc";
version = "5.2.3"; version = "6.0.0";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "libxc"; owner = "libxc";
repo = "libxc"; repo = "libxc";
rev = version; rev = version;
hash = "sha256-PuLpwhyyht+kkPUTrJTH+VTY5WuOhi2mIUDrFqubF+w="; hash = "sha256-g1BjqzSVauDrzxIqqU2kLl6RFs6/oe2VthtndbnJQCc=";
}; };
nativeBuildInputs = [ perl cmake gfortran ]; nativeBuildInputs = [ perl cmake gfortran ];