Commit 0346268d authored by R. RyanTM's avatar R. RyanTM
Browse files

harminv: 1.4.2 -> 1.4.3

parent 7763c7ce
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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