seafile-shared: 9.0.14 -> 9.0.15 (#440278)

This commit is contained in:
Wolfgang Walther
2025-09-13 20:21:42 +00:00
committed by GitHub
+2 -2
View File
@@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "seafile-shared";
version = "9.0.14";
version = "9.0.15";
src = fetchFromGitHub {
owner = "haiwen";
repo = "seafile";
rev = "v${version}";
hash = "sha256-1vQ2iGwdzd4c69LYAJjSsUPt8AVL3kOPw0GsxgeN+bU=";
hash = "sha256-mWIOk8O3vlg7Sm/5ZQUB5nOgi8/pEczCGQ94p0km/GI=";
};
postPatch = ''