about summary refs log tree commit diff
path: root/pkgs/applications/science/physics/xnec2c/default.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-05-01 00:14:08 +0000
committerGitHub <noreply@github.com>2024-05-01 00:14:08 +0000
commit4b95256443d294623e14de34fbdb305cd5f065c7 (patch)
tree55841aff50961e24e5c6600dc0907af60c4748e4 /pkgs/applications/science/physics/xnec2c/default.nix
parentd80578ab520f20ecf0b5e77d821f38038398901f (diff)
parent097de5af21721e8e36a2e0d015dc3a5917de3fa0 (diff)
Merge master into haskell-updates
Diffstat (limited to 'pkgs/applications/science/physics/xnec2c/default.nix')
-rw-r--r--pkgs/applications/science/physics/xnec2c/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/physics/xnec2c/default.nix b/pkgs/applications/science/physics/xnec2c/default.nix
index 26ec1518fed5f..60afa09ecc8cd 100644
--- a/pkgs/applications/science/physics/xnec2c/default.nix
+++ b/pkgs/applications/science/physics/xnec2c/default.nix
@@ -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 = [