json-fortran: 8.5.2 -> 9.0.1

This commit is contained in:
R. Ryantm
2024-06-12 04:54:51 +00:00
parent e913ae3400
commit 0d1955d3a5
@@ -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 = [