Unverified Commit 83ce0c11 authored by Marcin Serwin's avatar Marcin Serwin Committed by GitHub
Browse files

drogon: 1.9.11 -> 1.9.12 (#484002)

parents 90ac18e2 bf16cad3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,13 +24,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "drogon";
  version = "1.9.11";
  version = "1.9.12";

  src = fetchFromGitHub {
    owner = "drogonframework";
    repo = "drogon";
    tag = "v${finalAttrs.version}";
    hash = "sha256-eFOYmqfyb/yp83HRa0hWSMuROozR/nfnEp7k5yx8hj0=";
    hash = "sha256-Rx6PpouEXW1J44oK+wCnnGQa0i+H5KSboLLATLMCBBg=";
    fetchSubmodules = true;
  };