lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

simple-dftd3: 0.7.0 -> 1.0.0

authored by

Weijia Wang and committed by
GitHub
fc35ae78 83592e4c

+2 -2
+2 -2
pkgs/development/libraries/science/chemistry/simple-dftd3/default.nix
··· 13 13 14 14 stdenv.mkDerivation rec { 15 15 pname = "simple-dftd3"; 16 - version = "0.7.0"; 16 + version = "1.0.0"; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "dftd3"; 20 20 repo = pname; 21 21 rev = "v${version}"; 22 - hash = "sha256-5OvmMgjD8ujjKHkuw4NT8hEXKh5YPxuBl/Mu6g2/KIA="; 22 + hash = "sha256-dfXiKKCGJ69aExSKpVC3Bp//COy256R9PDyxCNmDsfo="; 23 23 }; 24 24 25 25 nativeBuildInputs = [ cmake gfortran ];