json-fortran: 8.5.0 -> 8.5.2

This commit is contained in:
R. Ryantm 2024-06-01 02:01:15 +00:00
parent 57610d2f8f
commit 196d303097

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "json-fortran";
version = "8.5.0";
version = "8.5.2";
src = fetchFromGitHub {
owner = "jacobwilliams";
repo = pname;
rev = version;
hash = "sha256-S5Vn2VjrwdIEPKJDStfgRgOqe8g3kuoi26GODmlKhig=";
hash = "sha256-ja/MIqAe4V5nasdtWThkRxNWCx4+twz7/dX4+8X+Bt8=";
};
nativeBuildInputs = [