simple-dftd3: 1.1.0 -> 1.1.1

This commit is contained in:
R. Ryantm 2024-09-19 16:16:10 +00:00
parent 4f91815a07
commit 8250da44e4

View File

@ -15,13 +15,13 @@ assert !blas.isILP64;
stdenv.mkDerivation rec {
pname = "simple-dftd3";
version = "1.1.0";
version = "1.1.1";
src = fetchFromGitHub {
owner = "dftd3";
repo = pname;
rev = "v${version}";
hash = "sha256-XeLf5v/GraDGcTsVIEBnS4AL8tMeO11YTuPHlNt5Ap8=";
hash = "sha256-gN8uBc/Fk5U7wlBX1tkAWdxN9UW1Dv11GvaIBkEyBJw=";
};
nativeBuildInputs = [ gfortran meson ninja pkg-config ];