Unverified Commit fee0ca16 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #314188 from r-ryantm/auto-update/fortls

fortls: 3.0.0 -> 3.1.0
parents a8f56773 8317109f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

buildPythonApplication rec {
  pname = "fortls";
  version = "3.0.0";
  version = "3.1.0";

  src = fetchFromGitHub {
    owner = "fortran-lang";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-kRL4kLX1T2Sontl8f3VO8Hb7uI41JwhZBiH//gdcmNE=";
    hash = "sha256-4iOE9OkqSu7enEMx4aAaGZ0KDKCT1377Su728JncIso=";
  };

  nativeBuildInputs = [ setuptools-scm ];