Merge pull request #293896 from r-ryantm/auto-update/json-fortran

json-fortran: 8.3.0 -> 8.4.0
This commit is contained in:
Weijia Wang 2024-03-17 15:30:37 +01:00 committed by GitHub
commit 5f46ee6567
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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