Skip to content

Commit

Permalink
json-fortran: 9.0.1 -> 9.0.2 (#337297)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Aug 26, 2024
2 parents 55788f8 + 0dd2043 commit 2129efa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/json-fortran/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "json-fortran";
version = "9.0.1";
version = "9.0.2";

src = fetchFromGitHub {
owner = "jacobwilliams";
repo = pname;
rev = version;
hash = "sha256-nhT2zLyt3ORi35h9KzOiIuD50GGUCZ/Z5SX8UF3rqQs=";
hash = "sha256-mAdagehmj1s6nTDaJqwaYrirfkyIwiTWYge0ZWQBc6g=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 2129efa

Please sign in to comment.