summary refs log tree commit diff
diff options
context:
space:
mode:
authorRoberto Di Remigio Eikås <roberto@totaltrash.xyz>2022-10-22 14:51:32 +0200
committerRoberto Di Remigio Eikås <roberto@totaltrash.xyz>2022-10-22 14:51:32 +0200
commit0df3fde64292333812bab518c5e728030d77a5f8 (patch)
tree68035388bd7383b9d15f0b45dee0fb6968af493c
parent68eac2f6d262ecbf95a638c67714326248a1056f (diff)
downloadnixpkgs-0df3fde64292333812bab518c5e728030d77a5f8.tar
nixpkgs-0df3fde64292333812bab518c5e728030d77a5f8.tar.gz
nixpkgs-0df3fde64292333812bab518c5e728030d77a5f8.tar.bz2
nixpkgs-0df3fde64292333812bab518c5e728030d77a5f8.tar.lz
nixpkgs-0df3fde64292333812bab518c5e728030d77a5f8.tar.xz
nixpkgs-0df3fde64292333812bab518c5e728030d77a5f8.tar.zst
nixpkgs-0df3fde64292333812bab518c5e728030d77a5f8.zip
libxc: 5.2.3 -> 6.0.0
-rw-r--r--pkgs/development/libraries/libxc/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libxc/default.nix b/pkgs/development/libraries/libxc/default.nix
index 3d7021bf35a..1706653c713 100644
--- a/pkgs/development/libraries/libxc/default.nix
+++ b/pkgs/development/libraries/libxc/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "libxc";
-  version = "5.2.3";
+  version = "6.0.0";
 
   src = fetchFromGitLab {
     owner = "libxc";
     repo = "libxc";
     rev = version;
-    hash = "sha256-PuLpwhyyht+kkPUTrJTH+VTY5WuOhi2mIUDrFqubF+w=";
+    hash = "sha256-g1BjqzSVauDrzxIqqU2kLl6RFs6/oe2VthtndbnJQCc=";
   };
 
   nativeBuildInputs = [ perl cmake gfortran ];