Merge pull request #314487 from r-ryantm/auto-update/seafile-shared

seafile-shared: 9.0.5 -> 9.0.6
This commit is contained in:
Nick Cao 2024-05-26 09:36:57 -04:00 committed by GitHub
commit d05525d708
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "seafile-shared"; pname = "seafile-shared";
version = "9.0.5"; version = "9.0.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "haiwen"; owner = "haiwen";
repo = "seafile"; repo = "seafile";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-ENxmRnnQVwRm/3OXouM5Oj0fLVRSj0aOHJeVT627UdY="; sha256 = "sha256-ig22Rw9VWPqOsJS1Wxy69OjdMRcxh2fOyqMHBEky/Uo=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [