seafile-client: 9.0.9 -> 9.0.11 (#362941)

This commit is contained in:
Nick Cao 2024-12-08 11:28:51 -05:00 committed by GitHub
commit 5ffd748d81
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.9";
version = "9.0.11";
src = fetchFromGitHub {
owner = "haiwen";
repo = "seafile-client";
rev = "v${version}";
sha256 = "sha256-dy5EXDEyxtV88Fgbao/J3fNwO5AO/ES0IJLIeRenO8I=";
sha256 = "sha256-qiJ/GDbwCei51tsa5MNbjsWQWZNxONFj20QEss/jbRE=";
};
nativeBuildInputs = [