Merge pull request #329396 from r-ryantm/auto-update/seafile-client

seafile-client: 9.0.6 -> 9.0.7
This commit is contained in:
Aleksana 2024-08-04 19:37:01 +08:00 committed by GitHub
commit 28f7b56aac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "seafile-client";
version = "9.0.6";
version = "9.0.7";
src = fetchFromGitHub {
owner = "haiwen";
repo = "seafile-client";
rev = "v${version}";
sha256 = "sha256-JjicVgDqiuIuVn7swbVekqQ+3Ly64Nd7qKu5UymTEYE=";
sha256 = "sha256-Q/Dimm4oJH6mh0mCbVhkqJuRI9wytGmeBGNjMWiPil4=";
};
nativeBuildInputs = [