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

seafile-shared: 9.0.6 -> 9.0.7
This commit is contained in:
Aleksana 2024-08-04 19:36:49 +08:00 committed by GitHub
commit dbefbaba4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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