mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
libxc: 5.1.3 -> 5.1.4
This commit is contained in:
parent
404d071c21
commit
e4642783ba
@ -1,7 +1,7 @@
|
|||||||
{ lib, stdenv, fetchFromGitLab, cmake, gfortran, perl }:
|
{ lib, stdenv, fetchFromGitLab, cmake, gfortran, perl }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "5.1.3";
|
version = "5.1.4";
|
||||||
|
|
||||||
in stdenv.mkDerivation {
|
in stdenv.mkDerivation {
|
||||||
pname = "libxc";
|
pname = "libxc";
|
||||||
@ -11,7 +11,7 @@ in stdenv.mkDerivation {
|
|||||||
owner = "libxc";
|
owner = "libxc";
|
||||||
repo = "libxc";
|
repo = "libxc";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "14czspifznsmvvix5hcm1rk18iy590qk8p5m00p0y032gmn9i2zj";
|
sha256 = "0rs6v72zz3jr22r29zxxdk8wdsfv6wid6cx2661974z09dbvbr1f";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ gfortran ];
|
buildInputs = [ gfortran ];
|
||||||
|
Loading…
Reference in New Issue
Block a user