simple-dftd3: 0.7.0 -> 1.0.0

This commit is contained in:
R. Ryantm 2023-08-02 01:21:37 +00:00
parent 5aeb601dae
commit e5719ffb0d

View file

@ -13,13 +13,13 @@ assert !blas.isILP64;
stdenv.mkDerivation rec {
pname = "simple-dftd3";
version = "0.7.0";
version = "1.0.0";
src = fetchFromGitHub {
owner = "dftd3";
repo = pname;
rev = "v${version}";
hash = "sha256-5OvmMgjD8ujjKHkuw4NT8hEXKh5YPxuBl/Mu6g2/KIA=";
hash = "sha256-dfXiKKCGJ69aExSKpVC3Bp//COy256R9PDyxCNmDsfo=";
};
nativeBuildInputs = [ cmake gfortran ];