seafile-client: 9.0.12 -> 9.0.14

This commit is contained in:
Steven Kou
2025-06-29 02:05:03 +08:00
parent 67e4753795
commit ffaf4b873a
@@ -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 = [