quantum-espresso: 6.3 -> 6.4

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/quantum-espresso/versions
This commit is contained in:
R. RyanTM 2019-04-02 15:30:36 -07:00
parent 18aa59b0f2
commit 882247fc3f

View File

@ -4,12 +4,12 @@
}:
stdenv.mkDerivation rec {
version = "6.3";
version = "6.4";
name = "quantum-espresso-${version}";
src = fetchurl {
url = "https://gitlab.com/QEF/q-e/-/archive/qe-${version}/q-e-qe-${version}.tar.gz";
sha256 = "1738z3nhkzcrgnhnfg1r4lipbwvcrcprwhzjbjysnylmzbzwhrs0";
sha256 = "1zjblzf0xzwmhmpjm56xvv8wsv5jmp5a204irzyicmd77p86c4vq";
};
passthru = {
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
patchShebangs configure
'';
# remove after 6.3 version:
# remove after 6.4 version:
# makefile needs to ignore install directory easier than applying patch
preInstall = ''
printf "\n.PHONY: install\n" >> Makefile