Skip to content

Commit

Permalink
drogon: 1.7.5 -> 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
urlordjames committed Aug 31, 2022
1 parent f0b1888 commit ce7f162
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/drogon/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
pname = "drogon";
version = "1.7.5";
version = "1.8.0";

src = fetchFromGitHub {
owner = "drogonframework";
repo = "drogon";
rev = "v${version}";
sha256 = "sha256-DrpaXUaoO35DgmX8cYb3kbXfd6PlqI6pjEKnroiRxvg=";
sha256 = "sha256-rpn1TaEdiD/tM8F0Uc7yjF3EFGpu3/hAS0CITraLkMU=";
fetchSubmodules = true;
};

Expand Down

0 comments on commit ce7f162

Please sign in to comment.