json-fortran: 9.0.5 -> 9.1.0

This commit is contained in:
R. Ryantm
2026-01-03 07:22:27 +00:00
parent 0c9be53f55
commit 28753309f4
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "json-fortran";
version = "9.0.5";
version = "9.1.0";
src = fetchFromGitHub {
owner = "jacobwilliams";
repo = "json-fortran";
rev = version;
hash = "sha256-4IyysBcGKJKET8A5Bbbd5WJtlNh/7EdHuXsR6B/VDh0=";
hash = "sha256-MumYG9kfbtIMT0BQzHF2jZRT1yAUkfbQ/I0/LqRKnKk=";
};
nativeBuildInputs = [