1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 06:31:02 +00:00

libxc: 5.1.6 -> 5.1.7

This commit is contained in:
Markus Kowalewski 2021-11-01 17:01:25 +01:00
parent d5986177b8
commit eaab54e268
No known key found for this signature in database
GPG key ID: 502A248E3FB4FF48

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "libxc";
version = "5.1.6";
version = "5.1.7";
src = fetchFromGitLab {
owner = "libxc";
repo = "libxc";
rev = version;
sha256 = "07iljmv737kx24kd33x9ndf5l854mwslg9x2psqm12k07jmq9wjw";
sha256 = "0s01q5sh50544s7q2q7kahcqydlyzk1lx3kg1zwl76y90942bjd1";
};
nativeBuildInputs = [ perl cmake gfortran ];