seafile-shared: 9.0.15 -> 9.0.20 (#477730)

This commit is contained in:
nixpkgs-ci[bot] 2026-07-05 17:51:42 +00:00 committed by GitHub
commit 443e204170
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,13 +17,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "seafile-shared";
version = "9.0.15";
version = "9.0.20";
src = fetchFromGitHub {
owner = "haiwen";
repo = "seafile";
rev = "v${finalAttrs.version}";
hash = "sha256-mWIOk8O3vlg7Sm/5ZQUB5nOgi8/pEczCGQ94p0km/GI=";
hash = "sha256-PBoZDhY7GN8UuYUSXBCPZyBHBtlNcYK+0yS/rl66v9I=";
};
postPatch = ''