seafile-client: 9.0.15 -> 9.0.20

Changelog:
https://manual.seafile.com/latest/changelog/client-changelog/#9019-20260625

Contains a fix for an SQL injection vulnerability.
This commit is contained in:
Trolli Schmittlauch 2026-07-03 23:31:45 +02:00
commit f6c80b64e4

View file

@ -16,13 +16,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "seafile-client";
version = "9.0.15";
version = "9.0.20";
src = fetchFromGitHub {
owner = "haiwen";
repo = "seafile-client";
tag = "v${finalAttrs.version}";
hash = "sha256-BV1+9/+ryZB1BQyRJ5JaIU6bbOi4h8vt+V+FQIfUJp8=";
hash = "sha256-0idZCoTsuC32DolSLFDknQjvGWHGd4DQPCUyqocuuKA=";
};
patches = [