json-fortran: 9.0.2 -> 9.0.3 (#384386)

Co-authored-by: sheepforce <sheepforce@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-02-25 07:49:38 +00:00
committed by GitHub
co-authored by sheepforce
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "json-fortran";
version = "9.0.2";
version = "9.0.3";
src = fetchFromGitHub {
owner = "jacobwilliams";
repo = pname;
rev = version;
hash = "sha256-mAdagehmj1s6nTDaJqwaYrirfkyIwiTWYge0ZWQBc6g=";
hash = "sha256-MMHMyEPZYz7dkYX1OA9D1kgRCTpzTVussJbh4rWHlyU=";
};
nativeBuildInputs = [