Merge pull request #264181 from r-ryantm/auto-update/drogon

drogon: 1.8.7 -> 1.9.0
This commit is contained in:
Ryan Mulligan 2023-10-31 21:26:25 -07:00 committed by GitHub
commit 8d08d4b1e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "drogon";
version = "1.8.7";
version = "1.9.0";
src = fetchFromGitHub {
owner = "drogonframework";
repo = "drogon";
rev = "v${finalAttrs.version}";
sha256 = "sha256-lKV4dRIIkCn/qW8DyqDRHADh0tW0/ocf/29ox9aC0Yo=";
sha256 = "sha256-KZRW/ra84RegCCT6J0k+N7XqZF+xW+Ecq2TVdPZnM7M=";
fetchSubmodules = true;
};