harminv: 1.4.2 -> 1.4.3 (#513443)
This commit is contained in:
@@ -13,13 +13,13 @@ assert !lapack.isILP64;
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "harminv";
|
||||
version = "1.4.2";
|
||||
version = "1.4.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "NanoComp";
|
||||
repo = "harminv";
|
||||
rev = "v${finalAttrs.version}";
|
||||
hash = "sha256-HV8xylK2IOvbONYGgyaqAabp6xA7/uvN4DU7upIlZh0=";
|
||||
hash = "sha256-a2xf1CUyWUsCE+xUZfJJaKKktn2XznFnJQRE0AxVuuY=";
|
||||
};
|
||||
|
||||
# File is missing in the git checkout but required by autotools
|
||||
|
||||
Reference in New Issue
Block a user