mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
python312Packages.simple-dftd3: 1.1.1 -> 1.2.0 (#352209)
This commit is contained in:
commit
5c4aa7dd5d
@ -15,13 +15,13 @@ assert !blas.isILP64;
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "simple-dftd3";
|
pname = "simple-dftd3";
|
||||||
version = "1.1.1";
|
version = "1.2.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "dftd3";
|
owner = "dftd3";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-gN8uBc/Fk5U7wlBX1tkAWdxN9UW1Dv11GvaIBkEyBJw=";
|
hash = "sha256-Yisqd31SHMBuhZ4+VwKlkSW+gjqLttcbKzKjGvez+xE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ gfortran meson ninja pkg-config ];
|
nativeBuildInputs = [ gfortran meson ninja pkg-config ];
|
||||||
|
Loading…
Reference in New Issue
Block a user