Skip to content

Commit

Permalink
Merge pull request #321432 from r-ryantm/auto-update/fortls
Browse files Browse the repository at this point in the history
fortls: 3.1.1 -> 3.1.2
  • Loading branch information
NickCao authored Jun 21, 2024
2 parents f7bedcb + feb361a commit ac4a870
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/language-servers/fortls/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

buildPythonApplication rec {
pname = "fortls";
version = "3.1.1";
version = "3.1.2";

src = fetchFromGitHub {
owner = "fortran-lang";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-7imZLSE7USFXmv/V3olE698J8Q8a7cJt15nBKkPZJoU=";
hash = "sha256-mOYPtysPj+JczRPTeM1DUckAH0XC9cO1ssP8pviYa0E=";
};

nativeBuildInputs = [ setuptools-scm ];
Expand Down

0 comments on commit ac4a870

Please sign in to comment.