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

json-fortran: 8.4.0 -> 8.5.0
This commit is contained in:
Markus Kowalewski 2024-05-30 15:50:21 +00:00 committed by GitHub
commit 7a46421be9
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.4.0";
version = "8.5.0";
src = fetchFromGitHub {
owner = "jacobwilliams";
repo = pname;
rev = version;
hash = "sha256-qy3CK8Op3YVNpXjq60UYq9V9qWBEXpX/li/lYxXW9Fk=";
hash = "sha256-S5Vn2VjrwdIEPKJDStfgRgOqe8g3kuoi26GODmlKhig=";
};
nativeBuildInputs = [