json-fortran: 8.4.0 -> 8.5.0

This commit is contained in:
R. Ryantm 2024-05-26 13:11:39 +00:00
parent a62e3974b8
commit e873fe965b

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "json-fortran";
version = "8.4.0";
version = "8.5.0";
src = fetchFromGitHub {
owner = "jacobwilliams";
repo = pname;
rev = version;
hash = "sha256-qy3CK8Op3YVNpXjq60UYq9V9qWBEXpX/li/lYxXW9Fk=";
hash = "sha256-S5Vn2VjrwdIEPKJDStfgRgOqe8g3kuoi26GODmlKhig=";
};
nativeBuildInputs = [