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

drogon: 1.9.7 -> 1.9.8 (#351708)

parents a5eefd29 dc6f7df3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "drogon";
  version = "1.9.7";
  version = "1.9.8";

  src = fetchFromGitHub {
    owner = "drogonframework";
    repo = "drogon";
    rev = "v${finalAttrs.version}";
    hash = "sha256-YmN02OvCllxADAIicWKaTevrbAsP/ZbnhBd/hjqqz7A=";
    hash = "sha256-vQ9d3l++waYTYt+bvt/ShatBVxTfA7LmYIXV5VSraNQ=";
    fetchSubmodules = true;
  };