summary refs log tree commit diff
path: root/pkgs/development/libraries/libxc
diff options
context:
space:
mode:
authorPhillip Seeber <phillip.seeber@uni-jena.de>2022-10-12 16:42:54 +0200
committerPhillip Seeber <phillip.seeber@uni-jena.de>2022-10-13 11:41:01 +0200
commit1ec06bba4aa978712e357ecb9b96a16232bfde33 (patch)
treec3053c58fe958a84ba5e2642045152f579d2c2bc /pkgs/development/libraries/libxc
parenta77b44f4f47dde8bfb96a59a93680aae56f4bbee (diff)
libxc: 5.2.2 -> 5.2.3
Diffstat (limited to 'pkgs/development/libraries/libxc')
-rw-r--r--pkgs/development/libraries/libxc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libxc/default.nix b/pkgs/development/libraries/libxc/default.nix
index 8fa003ed77414..3d7021bf35a8e 100644
--- a/pkgs/development/libraries/libxc/default.nix
+++ b/pkgs/development/libraries/libxc/default.nix
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
     owner = "libxc";
     repo = "libxc";
     rev = version;
-    sha256 = "sha256-PuLpwhyyht+kkPUTrJTH+VTY5WuOhi2mIUDrFqubF+w=";
+    hash = "sha256-PuLpwhyyht+kkPUTrJTH+VTY5WuOhi2mIUDrFqubF+w=";
   };
 
   nativeBuildInputs = [ perl cmake gfortran ];