Merge pull request #330564 from r-ryantm/auto-update/simple-dftd3

simple-dftd3: 1.0.0 -> 1.1.0
This commit is contained in:
tomberek
2024-08-04 14:30:48 -04:00
committed by GitHub
@@ -15,13 +15,13 @@ assert !blas.isILP64;
stdenv.mkDerivation rec {
pname = "simple-dftd3";
version = "1.0.0";
version = "1.1.0";
src = fetchFromGitHub {
owner = "dftd3";
repo = pname;
rev = "v${version}";
hash = "sha256-dfXiKKCGJ69aExSKpVC3Bp//COy256R9PDyxCNmDsfo=";
hash = "sha256-XeLf5v/GraDGcTsVIEBnS4AL8tMeO11YTuPHlNt5Ap8=";
};
nativeBuildInputs = [ gfortran meson ninja pkg-config ];