Commit e873fe96 authored by R. RyanTM's avatar R. RyanTM
Browse files

json-fortran: 8.4.0 -> 8.5.0

parent a62e3974
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [