about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-04-30 13:36:44 +0200
committerGitHub <noreply@github.com>2024-04-30 13:36:44 +0200
commit53dc0aa2d8efa144c7b8c4aed1b878fd7ec3848f (patch)
treeb4041ec82d589665f0314ee5123e8bb5d7c5d0cb
parent0d565e790408ebff46bc162da4d16d4fd3204d73 (diff)
parent50cff5784b858e77e015bc5b6d07003b13366859 (diff)
Merge pull request #307686 from r-ryantm/auto-update/xnec2c
xnec2c: 4.4.12 -> 4.4.16
-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 = [