seafile-{shared,client}: {9.0.8,9.0.12} -> 9.0.14 (#420808)

This commit is contained in:
Peder Bergebakken Sundt
2025-09-01 00:01:13 +02:00
committed by GitHub
2 changed files with 6 additions and 4 deletions
@@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "seafile-client";
version = "9.0.12";
version = "9.0.14";
src = fetchFromGitHub {
owner = "haiwen";
repo = "seafile-client";
rev = "v${version}";
sha256 = "sha256-9ng8TsT211jAt2Vhv8fEIQGCtbQ6LQ6pCVFToVaK8LY=";
hash = "sha256-ZMhU0uXAC3tH1e3ktiHhC5YCDwFOnILretPgjYYa9DQ=";
};
nativeBuildInputs = [
+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