about summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-06-12 04:54:51 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-06-12 04:54:51 +0000
commit0d1955d3a5e67ca42c205cd8bcac9b24cf06f325 (patch)
tree8dd9395343e80161c7f1cb789fb3cec3fbac2de6 /pkgs/development/libraries
parente913ae340076bbb73d9f4d3d065c2bca7caafb16 (diff)
json-fortran: 8.5.2 -> 9.0.1
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/json-fortran/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/json-fortran/default.nix b/pkgs/development/libraries/json-fortran/default.nix
index de1909fae4444..52ec487c06369 100644
--- a/pkgs/development/libraries/json-fortran/default.nix
+++ b/pkgs/development/libraries/json-fortran/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "json-fortran";
-  version = "8.5.2";
+  version = "9.0.1";
 
   src = fetchFromGitHub {
     owner = "jacobwilliams";
     repo = pname;
     rev = version;
-    hash = "sha256-ja/MIqAe4V5nasdtWThkRxNWCx4+twz7/dX4+8X+Bt8=";
+    hash = "sha256-nhT2zLyt3ORi35h9KzOiIuD50GGUCZ/Z5SX8UF3rqQs=";
   };
 
   nativeBuildInputs = [