Skip to content

Commit

Permalink
Merge pull request #307686 from r-ryantm/auto-update/xnec2c
Browse files Browse the repository at this point in the history
xnec2c: 4.4.12 -> 4.4.16
  • Loading branch information
wegank committed Apr 30, 2024
2 parents 0d565e7 + 50cff57 commit 53dc0aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/science/physics/xnec2c/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ assert (!blas.isILP64) && (!lapack.isILP64);

stdenv.mkDerivation rec {
pname = "xnec2c";
version = "4.4.12";
version = "4.4.16";

src = fetchurl {
url = "https://www.xnec2c.org/releases/${pname}-v${version}.tar.gz";
hash = "sha256-6Yrx6LkJjfnMA/kJUDWLhGzGopZeecARSrcR++UScsU=";
hash = "sha256-XiZi8pfmfHjGpePkRy/pF1TA+5RdxX4AGuKzG5Wqrmk=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 53dc0aa

Please sign in to comment.