Unverified Commit 1486b936 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

xnec2c: 4.4.16 -> 4.4.17 (#449240)

parents bbcb6815 d2780ecd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@ assert (!blas.isILP64) && (!lapack.isILP64);

stdenv.mkDerivation (finalAttrs: {
  pname = "xnec2c";
  version = "4.4.16";
  version = "4.4.17";

  src = fetchFromGitHub {
    owner = "KJ7LNW";
    repo = "xnec2c";
    tag = "v${finalAttrs.version}";
    hash = "sha256-W8JwbCSXt5cjgncOzV1wltPnJxwWC6B29eaT8emIU9Y=";
    hash = "sha256-ZxKpClB5IBfcpIOJsGVSiZU8WGu/8Yzeru96uCKkCGQ=";
  };

  nativeBuildInputs = [