Merge pull request #255991 from r-ryantm/auto-update/bookstack

bookstack: 23.08.2 -> 23.08.3
This commit is contained in:
Weijia Wang 2023-09-22 09:59:53 +02:00 committed by GitHub
commit 0ead43e914
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,13 +16,13 @@ let
in package.override rec {
pname = "bookstack";
version = "23.08.2";
version = "23.08.3";
src = fetchFromGitHub {
owner = "bookstackapp";
repo = pname;
rev = "v${version}";
sha256 = "0qg4isivyxinbccac4gga1ym43wh80qhs0308l5hk8dc3zvi7d5q";
sha256 = "sha256-EJozYktTnruJTwnDZZ8LHp/DI/ZjwWScRTJewXJuC4k=";
};
meta = with lib; {