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

bookstack: 23.01 -> 23.01.1
This commit is contained in:
Weijia Wang 2023-02-05 05:47:56 +01:00 committed by GitHub
commit 1e8a764f32
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.01";
version = "23.01.1";
src = fetchFromGitHub {
owner = "bookstackapp";
repo = pname;
rev = "v${version}";
sha256 = "0d2hqqa4x133ni8j0dijzn9653iq44ax4rly85g9kiwrjd0l17cw";
sha256 = "sha256-S4yGys1Lc2FAd3RKI4KdE9X12rsQyVcPQ+Biwwrnb0I=";
};
meta = with lib; {