seafile-shared: 9.0.8 -> 9.0.14

This commit is contained in:
Steven Kou
2025-06-29 02:04:50 +08:00
parent 7fdb86a635
commit 67e4753795
+4 -2
View File
@@ -4,6 +4,7 @@
fetchFromGitHub,
autoreconfHook,
curl,
libargon2,
libevent,
libsearpc,
libuuid,
@@ -16,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "seafile-shared";
version = "9.0.8";
version = "9.0.14";
src = fetchFromGitHub {
owner = "haiwen";
repo = "seafile";
rev = "v${version}";
sha256 = "sha256-IpRCgPxYy1El4EEvVEfzAlbxP/osQUb7pCP3/BhkecU=";
hash = "sha256-1vQ2iGwdzd4c69LYAJjSsUPt8AVL3kOPw0GsxgeN+bU=";
};
postPatch = ''
@@ -39,6 +40,7 @@ stdenv.mkDerivation rec {
];
buildInputs = [
libargon2
libuuid
sqlite
libsearpc